Skip to content

Commit ded7356

Browse files
authored
Update run-tests.yml
1 parent ff62e24 commit ded7356

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ jobs:
1616
fail-fast: true
1717
matrix:
1818
os: [ubuntu-latest, windows-latest]
19-
php: [8.2, 8.1]
19+
php: [8.4, 8.3, 8.2, 8.1]
2020
laravel: ['10.*', '11.*', '12.*']
21-
stability: [prefer-lowest, prefer-stable]
21+
stability: [prefer-stable]
2222
include:
23+
- laravel: 12.*
24+
testbench: 10.*
2325
- laravel: 11.*
2426
testbench: 9.*
25-
carbon: ^2.63
2627
- laravel: 10.*
2728
testbench: 8.*
28-
carbon: ^2.63
2929
exclude:
3030
- laravel: 11.*
3131
php: 8.1
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: Install dependencies
5454
run: |
55-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
55+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
5656
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5757
5858
- name: List Installed Dependencies

0 commit comments

Comments
 (0)