Skip to content

Commit e1fe322

Browse files
committed
WIP
1 parent 30b5f86 commit e1fe322

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [ 8.0, 8.1, 8.2, 8.3 ]
12+
php: [ 8.0, 8.1, 8.2, 8.3, 8.4 ]
1313
laravel: [ 7.*, 8.*, 9.*, 10.*, 11.*, 12.* ]
1414
include:
1515
- php: 8.0
@@ -96,6 +96,32 @@ jobs:
9696
testbench: 10.*
9797
larastan: 3.*
9898

99+
- php: 8.4
100+
laravel: 8.*
101+
phpunit: 9.*
102+
testbench: 6.*
103+
larastan: 1.*
104+
- php: 8.4
105+
laravel: 9.*
106+
phpunit: 9.*
107+
testbench: 7.*
108+
larastan: 2.*
109+
- php: 8.4
110+
laravel: 10.*
111+
phpunit: 10.*
112+
testbench: 8.*
113+
larastan: 2.*
114+
- php: 8.4
115+
laravel: 11.*
116+
phpunit: 11.*
117+
testbench: 9.*
118+
larastan: 2.*
119+
- php: 8.4
120+
laravel: 12.*
121+
phpunit: 11.*
122+
testbench: 10.*
123+
larastan: 3.*
124+
99125
exclude:
100126
- php: 8.0
101127
laravel: 10.*

0 commit comments

Comments
 (0)