Skip to content

Commit 29c7b31

Browse files
committed
WIP
1 parent 40c0dfe commit 29c7b31

File tree

1 file changed

+16
-21
lines changed

1 file changed

+16
-21
lines changed

.github/workflows/run-tests.yml

Lines changed: 16 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: true
1313
matrix:
14-
php: [ 8.1, 8.2, 8.3 ]
14+
php: [ 8.1, 8.2, 8.3, 8.4 ]
1515
laravel: [ 10.*, 11.*, 12.* ]
1616
include:
1717
- php: 8.1
@@ -49,26 +49,21 @@ jobs:
4949
pest: 3.*
5050
testbench: 10.*
5151
larastan: 3.*
52-
# - php: 8.3
53-
# laravel: 12.*
54-
# pest: 3.*
55-
# testbench: 10.*
56-
# - php: 8.3
57-
# laravel: 12.*
58-
# pest: 3.*
59-
# testbench: 10.*
60-
# - php: 8.4
61-
# laravel: 10.*
62-
# pest: 2.*
63-
# testbench: 9.*
64-
# - php: 8.4
65-
# laravel: 11.*
66-
# pest: 3.*
67-
# testbench: 9.*
68-
# - php: 8.4
69-
# laravel: 12.*
70-
# pest: 3.*
71-
# testbench: 10.*
52+
- php: 8.4
53+
laravel: 10.*
54+
pest: 2.*
55+
testbench: 9.*
56+
larastan: 2.*
57+
- php: 8.4
58+
laravel: 11.*
59+
pest: 3.*
60+
testbench: 9.*
61+
larastan: 2.*
62+
- php: 8.4
63+
laravel: 12.*
64+
pest: 3.*
65+
testbench: 10.*
66+
larastan: 3.*
7267
exclude:
7368
- php: 8.1
7469
laravel: 11.*

0 commit comments

Comments
 (0)