Skip to content

Commit 84a6d1f

Browse files
committed
Update tests.yml
1 parent 3ce9afe commit 84a6d1f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,26 @@ jobs:
1414
include:
1515
- laravel: 11.*
1616
testbench: 9.*
17-
pest-plugin-laravel: 2.0.0
17+
pest-plugin-laravel: 2.3.0
18+
1819
- laravel: 10.*
1920
testbench: 8.*
2021
pest-plugin-laravel: 2.0.0
22+
2123
- laravel: 9.*
2224
testbench: 7.*
2325
pest-plugin-laravel: 1.4.0
2426

2527
exclude:
2628
- laravel: 11.*
2729
php: 8.1
30+
2831
- laravel: 11.*
2932
php: 8.0
33+
3034
- laravel: 10.*
3135
php: 8.0
36+
3237
- laravel: 9.*
3338
php: 8.3
3439

0 commit comments

Comments
 (0)