Skip to content

Commit fa31d11

Browse files
committed
WIP
1 parent ecb4c99 commit fa31d11

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/run-tests.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,9 @@ jobs:
1414
max-parallel: 1
1515
matrix:
1616
os: [ ubuntu-latest, windows-latest ]
17-
php: [ 8.3 ]
17+
php: [ 8.2, 8.3 ]
1818
laravel: [ 11.* ]
1919
stability: [ prefer-lowest, prefer-stable ]
20-
include:
21-
- laravel: 11.*
22-
testbench: 9.*
2320

2421
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2522

@@ -41,7 +38,7 @@ jobs:
4138
4239
- name: Install dependencies
4340
run: |
44-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
41+
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
4542
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
4643
4744
- name: Set phpunit.xml

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
],
2424
"require": {
25-
"php": "^8.3",
25+
"php": ">=8.2",
2626
"guzzlehttp/guzzle": "^7.8",
2727
"illuminate/contracts": "^11.0",
2828
"spatie/laravel-package-tools": "^1.16",

0 commit comments

Comments
 (0)