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 07935c0 commit 61d3747Copy full SHA for 61d3747
.github/workflows/run-tests.yml
@@ -21,24 +21,18 @@ jobs:
21
pest: '^2.0'
22
plugin: '^3.0'
23
phpunit: '^10.5'
24
- - laravel: '12.*'
25
- php: 8.2
26
- testbench: '^10.0'
27
- pest: '^3.0'
28
- plugin: '^3.0'
29
- phpunit: '^11.5.3'
30
- laravel: '12.*'
31
php: 8.3
32
testbench: '^10.0'
33
34
35
+ pest: '^4.0'
+ plugin: '^4.0'
+ phpunit: '^12.0'
36
37
php: 8.4
38
39
40
41
42
43
name: PHP ${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
44
0 commit comments