Skip to content

Commit

Permalink
more matrix magic for L9 IV
Browse files Browse the repository at this point in the history
  • Loading branch information
rudiedirkx committed Apr 21, 2024
1 parent 665c2eb commit da7d440
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
- {laravel: '9', phpunit: '10'}
- {phpunit: '9'}
include:
- {laravel: '9', phpunit: '9'}
- {php: '8.1', laravel: '9', phpunit: '9'}
- {php: '8.2', laravel: '9', phpunit: '9'}
- {php: '8.3', laravel: '9', phpunit: '9'}
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit da7d440

Please sign in to comment.