Skip to content

Commit fc5ed65

Browse files
committed
WIP
1 parent 4badc6b commit fc5ed65

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
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: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ jobs:
1616
php: [ 8.3 ]
1717
laravel: [ 11.* ]
1818
stability: [ 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
@@ -19,7 +19,7 @@
1919
}
2020
],
2121
"require": {
22-
"php": "^8.3",
22+
"php": ">=8.2",
2323
"guzzlehttp/guzzle": "^7.8",
2424
"illuminate/contracts": "^11.0",
2525
"spatie/laravel-package-tools": "^1.16",

0 commit comments

Comments
 (0)