We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2454488 commit 93ba4c8Copy full SHA for 93ba4c8
.github/workflows/test.yml
@@ -15,17 +15,11 @@ jobs:
15
max-parallel: 6 # 12
16
fail-fast: false
17
matrix:
18
- laravel: [9, 10, 11]
19
- php: ['8.1', '8.2', '8.3']
20
- phpunit: [9, 10]
+ laravel: [10, 11]
+ php: ['8.2', '8.3', '8.4']
+ phpunit: [10]
21
exclude:
22
- - {laravel: 11, php: '8.1'}
23
- - {laravel: 9, phpunit: 10}
24
- - {phpunit: 9}
25
- include:
26
- - {laravel: 9, php: '8.1', phpunit: 9}
27
- - {laravel: 9, php: '8.2', phpunit: 9}
28
- - {laravel: 9, php: '8.3', phpunit: 9}
+ - {laravel: 10, php: '8.4'}
29
steps:
30
- name: Checkout repository
31
uses: actions/checkout@v3
0 commit comments