Skip to content

Commit 172e53a

Browse files
committed
Fix tests
1 parent dcaeee6 commit 172e53a

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": "^8.1|^8.2|^8.3|^8.4",
2020
"illuminate/contracts": "^10.0|^11.0",
21-
"spatie/laravel-package-tools": "^1.13.0"
21+
"spatie/laravel-package-tools": "^1.16.4"
2222
},
2323
"require-dev": {
2424
"laravel/pint": "^1.0",

0 commit comments

Comments
 (0)