Skip to content

Commit b227300

Browse files
committed
test
1 parent 106991e commit b227300

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,9 @@ jobs:
1717
fail-fast: true
1818
matrix:
1919
os: [ubuntu-latest, windows-latest]
20-
php: [8.3, 8.4]
20+
php: [8.4, 8.3]
2121
laravel: [11.*]
2222
stability: [prefer-stable]
23-
include:
24-
- laravel: 11.*
25-
testbench: 9.*
26-
carbon: ^2.63
2723

2824
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2925

@@ -45,7 +41,7 @@ jobs:
4541
4642
- name: Install dependencies
4743
run: |
48-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.os == 'windows-latest' && '^^^' || '' }}${{ matrix.carbon }}" --no-interaction --no-update
44+
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
4945
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5046
5147
- name: List Installed Dependencies

0 commit comments

Comments
 (0)