Skip to content

Commit

Permalink
Remove PHP 8.0 test support
Browse files Browse the repository at this point in the history
  • Loading branch information
Sephster committed Jan 7, 2024
1 parent b620c43 commit 4fe0a2c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,9 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.1, 8.2]
php: [8.1, 8.2, 8.3]
os: [ubuntu-22.04]
stability: [prefer-lowest, prefer-stable]
include:
- os: ubuntu-20.04
php: 8.0
stability: prefer-lowest
- os: ubuntu-20.04
php: 8.0
stability: prefer-stable

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 4fe0a2c

Please sign in to comment.