Skip to content

Commit d3b2fc8

Browse files
committed
WIP
1 parent 6d44ee2 commit d3b2fc8

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,43 +14,33 @@ jobs:
1414
include:
1515
- php: 8.1
1616
laravel: 10.*
17-
pest: 2.*
1817
testbench: 8.*
1918
- php: 8.2
2019
laravel: 10.*
21-
pest: 2.*
2220
testbench: 8.*
2321
- php: 8.3
2422
laravel: 10.*
25-
pest: 2.*
2623
testbench: 8.*
2724
- php: 8.4
2825
laravel: 10.*
29-
pest: 2.*
3026
testbench: 8.*
3127
- php: 8.2
3228
laravel: 11.*
33-
pest: 3.*
3429
testbench: 9.*
3530
- php: 8.3
3631
laravel: 11.*
37-
pest: 3.*
3832
testbench: 9.*
3933
- php: 8.4
4034
laravel: 11.*
41-
pest: 3.*
4235
testbench: 9.*
4336
- php: 8.2
4437
laravel: 12.*
45-
pest: 3.*
4638
testbench: 10.*
4739
- php: 8.3
4840
laravel: 12.*
49-
pest: 3.*
5041
testbench: 10.*
5142
- php: 8.4
5243
laravel: 12.*
53-
pest: 3.*
5444
testbench: 10.*
5545
exclude:
5646
- php: 8.1
@@ -82,7 +72,7 @@ jobs:
8272
run: |
8373
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
8474
composer require "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
85-
composer require "pestphp/pest:${{ matrix.pest }}" "pestphp/pest-plugin-laravel:${{ matrix.pest }}" "pestphp/pest-plugin-type-coverage:${{ matrix.pest }}" --no-interaction --no-update
75+
# composer require "pestphp/pest:${{ matrix.pest }}" "pestphp/pest-plugin-laravel:${{ matrix.pest }}" "pestphp/pest-plugin-type-coverage:${{ matrix.pest }}" --no-interaction --no-update
8676
composer update --prefer-dist --no-interaction
8777
composer dump
8878

0 commit comments

Comments
 (0)