Skip to content

Commit b38cbbf

Browse files
committed
WIP
1 parent f149412 commit b38cbbf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ 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 ]
2020

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
}
2323
],
2424
"require": {
25-
"php": "^8.3",
25+
"php": ">=8.2",
2626
"guzzlehttp/guzzle": "^7.8",
2727
"illuminate/contracts": "^11.0",
2828
"orchestra/testbench": "^8.20",
2929
"saloonphp/cache-plugin": "^3.0",
3030
"saloonphp/laravel-plugin": "^3.2",
3131
"saloonphp/saloon": "^3.4",
32-
"spatie/laravel-data": "^3.11",
32+
"spatie/laravel-data": "^4.4",
3333
"spatie/laravel-enum": "^3.0",
3434
"spatie/laravel-package-tools": "^1.16"
3535
},

0 commit comments

Comments
 (0)