Skip to content

Commit

Permalink
Exclude php 8.0 and 8.1 for laravel 11 tests
Browse files Browse the repository at this point in the history
mchev committed Mar 12, 2024
1 parent c52318e commit d816ede
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ jobs:
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 11.*
testbench: ^8.0
testbench: ^9.0
- laravel: 10.*
testbench: ^8.0
- laravel: 9.*
@@ -29,7 +29,9 @@ jobs:
- laravel: 10.*
php: 8.0
- laravel: 11.*
php: [8.0, 8.1]
php: 8.0
- laravel: 11.*
php: 8.1

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}

0 comments on commit d816ede

Please sign in to comment.