Skip to content

Commit 19d375b

Browse files
committed
chore: Adjust dependecies for 12.x
1 parent 438bfb2 commit 19d375b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest, windows-latest]
12-
php: [8.1, 8.2, 8.3]
12+
php: [8.2, 8.3]
1313
stability: [prefer-lowest, prefer-stable]
1414

1515
name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
}
2424
],
2525
"require": {
26-
"php": "^8.1|^8.2|^8.3",
26+
"php": "^8.2|^8.3",
2727
"spatie/laravel-package-tools": "^1.14.0",
28-
"illuminate/contracts": "^10.0|^11.0|^12.0"
28+
"illuminate/contracts": "^12.0"
2929
},
3030
"require-dev": {
3131
"doctrine/dbal": "^3.7",

0 commit comments

Comments
 (0)