Skip to content

Commit 41f992b

Browse files
committed
wip
1 parent cfc7b8a commit 41f992b

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.github/workflows/run-tests.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,16 @@ jobs:
1616
fail-fast: true
1717
matrix:
1818
os: [ubuntu-latest, windows-latest]
19-
php: [8.1, 8.2, 8.3]
19+
php: [8.2, 8.3, 8.4]
2020
laravel: ['10.*', '11.*', '12.*']
2121
stability: [prefer-lowest, prefer-stable]
2222
include:
2323
- laravel: 10.*
24-
testbench: 8.*
25-
carbon: ^2.63
24+
testbench: ^8.0
2625
- laravel: 11.*
27-
testbench: 9.*
28-
carbon: '*'
26+
testbench: ^9.0
2927
- laravel: 12.*
30-
testbench: 9.*
31-
carbon: '*'
28+
testbench: ^10.0
3229
exclude:
3330
- laravel: 11.*
3431
php: 8.1
@@ -55,8 +52,8 @@ jobs:
5552
5653
- name: Install dependencies
5754
run: |
58-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
59-
composer update --${{ matrix.stability }} --prefer-dist --no-interaction --with-all-dependencies
55+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --no-scripts
56+
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
6057
6158
- name: List Installed Dependencies
6259
run: composer show -D

0 commit comments

Comments
 (0)