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 ff1dd14 commit a320753Copy full SHA for a320753
.github/workflows/test-code.yml
@@ -10,14 +10,15 @@ jobs:
10
test-laravel:
11
name: Test Laravel ${{ matrix.laravel }} on PHP ${{ matrix.php }}
12
runs-on: ubuntu-latest
13
- continue-on-error: ${{ matrix.experimental == true }}
+ continue-on-error: ${{ matrix.experimental == true || matrix.legacy == true }}
14
15
strategy:
16
fail-fast: false
17
matrix:
18
php:
19
- '8.2'
20
- '8.3'
21
+ - '8.4'
22
- nightly
23
24
laravel:
@@ -32,8 +33,10 @@ jobs:
32
33
testbench: '9.0'
34
- laravel: '12.0'
35
testbench: '10.0'
- - php: 8.3
36
- laravel: '11.0'
+ - php: '8.2'
37
+ legacy: true
38
+ - php: 8.4
39
+ laravel: '12.0'
40
stable: true
41
- php: nightly
42
experimental: true
0 commit comments