Skip to content

Commit 0454516

Browse files
committed
Fix tests
1 parent dcaeee6 commit 0454516

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ubuntu-latest]
16-
php: [8.1, 8.2, 8.3]
17-
laravel: [10.*, 11.*]
16+
php: [8.2, 8.3]
17+
laravel: [11.*]
1818
include:
19-
- laravel: 10.*
20-
testbench: 8.*
2119
- laravel: 11.*
2220
testbench: 9.*
2321

@@ -41,7 +39,7 @@ jobs:
4139
4240
- name: Install dependencies
4341
run: |
44-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
42+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction
4543
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
4644
4745
- name: List Installed Dependencies

0 commit comments

Comments
 (0)