Skip to content

Commit 0e4d1c3

Browse files
committed
WIP
1 parent a8e5efc commit 0e4d1c3

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.github/workflows/psalm.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.1'
19+
php-version: '8.2'
2020
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick
2121
coverage: none
2222

.github/workflows/run-tests.yml

Lines changed: 1 addition & 4 deletions
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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
],
2323
"require": {
24-
"php": "^8.3",
24+
"php": ">=8.2",
2525
"guzzlehttp/guzzle": "^7.8",
2626
"illuminate/contracts": "^11.0",
2727
"spatie/laravel-package-tools": "^1.16"

0 commit comments

Comments
 (0)