Skip to content

Commit

Permalink
Fix ci versions
Browse files Browse the repository at this point in the history
  • Loading branch information
felixgilles committed Jul 18, 2023
1 parent 9eb54ac commit 44ff385
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,14 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
php: [ 8.2, 8.1, 8.0 ]
laravel: [ 8.*, 9.*, 10.* ]
php: [ 8.2, 8.1 ]
laravel: [ 9.*, 10.* ]
dependency-version: [ prefer-stable ]
include:
- laravel: 10.*
testbench: 8.*
- laravel: 9.*
testbench: 7.*
- laravel: 8.*
testbench: 6.*
exclude:
- laravel: 10.*
php: 8.0
Expand Down

0 comments on commit 44ff385

Please sign in to comment.