Skip to content

Commit

Permalink
Update ci-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shahghasiadil authored Jun 22, 2024
1 parent 3279a32 commit fc49c27
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,25 @@ jobs:
fail-fast: false
matrix:
php: [8.0, 8.1, 8.2, 8.3]
laravel: [8.*, 9.*, 10.*, 11.*]
laravel: ['8.*', '9.*', '10.*', '11.*']
include:
- laravel: 11.*
testbench: 8.*
- laravel: 10.*
testbench: 8.*
- laravel: 9.*
testbench: 7.*
- laravel: 8.*
testbench: 6.*
- laravel: 11.*
testbench: 9.*
exclude:
- laravel: 10.*
php: 8.0
- laravel: 10.*
php: 8.1
- laravel: 11.*
php: "^8.2"
php: 8.0
- laravel: 11.*
php: 8.1

name: PHP${{ matrix.php }} - Laravel ${{ matrix.laravel }}

Expand Down

0 comments on commit fc49c27

Please sign in to comment.