Skip to content

Commit

Permalink
more matrix magic for L9 II
Browse files Browse the repository at this point in the history
  • Loading branch information
rudiedirkx committed Apr 21, 2024
1 parent 809175b commit 61580e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:

jobs:
test:
name: "Build PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}"
name: "Build PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }} PHPUnit ${{ matrix.phpunit }}"
runs-on: ubuntu-latest
strategy:
max-parallel: 6 # 12
Expand All @@ -20,6 +20,7 @@ jobs:
phpunit: ['9', '10']
exclude:
- {php: '8.1', laravel: '11'}
- {laravel: '9', phpunit: '10'}
- {phpunit: '9'}
include:
- {laravel: '9', phpunit: '9'}
Expand Down

0 comments on commit 61580e2

Please sign in to comment.