Skip to content

Commit 2a852ee

Browse files
committed
tests
1 parent 3b6f419 commit 2a852ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
php: [ 8.1, 8.2, 8.3, 8.4 ]
1818
laravel: [10.*, 11.*, 12.*]
19-
pest: [2.*, 3.*]
19+
pest: [2.*, 3.*, 4.*]
2020
dependency-version: [prefer-lowest, prefer-stable]
2121

2222
include:
@@ -36,6 +36,8 @@ jobs:
3636
php: 8.1
3737
- pest: 3.*
3838
laravel: 10.*
39+
- pest: 4.*
40+
laravel: 10.*
3941
- pest: 2.*
4042
laravel: 12.*
4143

0 commit comments

Comments
 (0)