Skip to content

Commit

Permalink
Fix GitHub actions remove unsupported php versions
Browse files Browse the repository at this point in the history
  • Loading branch information
joshhanley committed Jan 18, 2024
1 parent a2648f7 commit cede3ce
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.4, 8.0, 8.1, 8.2]
testbench: [6.*, 7.*]
exclude:
- php: 7.4
testbench: 7.*
- php: 8.2
testbench: 6.*
php: [8.1, 8.2, 8.3]
testbench: [8.*, 9.*]

name: PHP:${{ matrix.php }} / Testbench:${{ matrix.testbench }}

Expand Down

0 comments on commit cede3ce

Please sign in to comment.