Skip to content

Commit

Permalink
test: add a constraint to only test PHP 8.2 from Laravel v9.43
Browse files Browse the repository at this point in the history
  • Loading branch information
xel1045 committed Apr 21, 2023
1 parent 6f931b1 commit a0372c8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,19 @@ jobs:
exclude:
- php: 8.0
laravel: 10.*
- php: 8.2
laravel: 9.*
dependency-version: prefer-lowest
include:
- laravel: 9.*
testbench: 7.*
- laravel: 10.*
testbench: 8.*
# Laravel only support PHP 8.2 from v9.43
- php: 8.2
laravel: ^9.43
dependency-version: prefer-lowest
testbench: 7.*

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

Expand Down

0 comments on commit a0372c8

Please sign in to comment.