Skip to content

Commit

Permalink
Test configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienheyd committed Apr 12, 2024
1 parent 74289d2 commit bf6ec64
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,19 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.4, 8.0, 8.1, 8.2]
php: [7.4, 8.0, 8.2]
stability: [prefer-stable]
laravel: ['^6.0', '^9.0', '^10.0']
include:
- laravel: 6.*
dbal: ^2.6
exclude:
- php: 7.4
laravel: '^9.0'
- php: 7.4
laravel: '^10.0'
- php: 8.0
laravel: '^6.0'
laravel: ['^9.0', '^10.0']
- php: 8.0
laravel: '^10.0'
- php: 8.2
laravel: '^6.0'
laravel: ['^6.0', '^10.0']
- php: 8.2
laravel: '^9.0'
laravel: ['^6.0', '^9.0']

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

Expand Down

0 comments on commit bf6ec64

Please sign in to comment.