Skip to content

Commit d619411

Browse files
committed
WIP
1 parent 3ee4281 commit d619411

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup PHP
1717
uses: shivammathur/setup-php@v2
1818
with:
19-
php-version: '8.3'
19+
php-version: '8.2'
2020
coverage: none
2121

2222
- name: Install composer dependencies

.github/workflows/run-tests.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,9 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ ubuntu-latest, windows-latest ]
16-
php: [ 8.3 ]
16+
php: [ 8.2, 8.3 ]
1717
laravel: [ 11.* ]
1818
stability: [ prefer-lowest, prefer-stable ]
19-
include:
20-
- laravel: 11.*
21-
testbench: 9.*
2219

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

@@ -40,7 +37,7 @@ jobs:
4037
4138
- name: Install dependencies
4239
run: |
43-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
40+
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
4441
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
4542
4643
- name: Set phpunit.xml

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^8.3",
21+
"php": ">=8.2",
2222
"guzzlehttp/guzzle": "^7.8",
2323
"illuminate/contracts": "^11.0",
2424
"saloonphp/laravel-plugin": "^3.2",

0 commit comments

Comments
 (0)