Skip to content

Commit

Permalink
ci: exclude older php version with laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
nerg4l committed Apr 8, 2022
1 parent f1e06fb commit 4970efb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
php: [ 7.3, 7.4, 8.0 ]
laravel: [ '^6.10', '^8.0', '^9.0' ]
dependency-version: [prefer-lowest, prefer-stable]
exclude:
- php: 7.4
laravel: '^9.0'
- php: 7.3
laravel: '^9.0'

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

Expand Down

0 comments on commit 4970efb

Please sign in to comment.