Skip to content

Commit ea667f7

Browse files
authored
Merge pull request #24 from kamansoft/releases/v2.0.0
Releases/v2.0.0 to main
2 parents 8c75e85 + b12e45a commit ea667f7

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
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
16-
php: [8.2, 8.1]
16+
php: [8.2]
1717
laravel: [9.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.1",
19+
"php": "^8.2",
2020
"doctrine/dbal": "^3.5",
2121
"illuminate/contracts": "^9.0",
22-
"spatie/laravel-package-tools": "^1.13.0"
22+
"spatie/laravel-package-tools": "^1.19.0"
2323
},
2424
"require-dev": {
2525
"laravel/pint": "^1.0",

0 commit comments

Comments
 (0)