Skip to content

Commit bdd5aca

Browse files
Add PHP 8.2 back (#44)
1 parent 3b5248d commit bdd5aca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: true
1717
matrix:
1818
os: [ubuntu-latest]
19-
php: ['8.3', '8.4']
19+
php: ['8.2', '8.3', '8.4']
2020
laravel: ['11.*', '12.*']
2121
stability: [prefer-lowest, prefer-stable]
2222
include:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.3",
19+
"php": "^8.2",
2020
"spatie/laravel-package-tools": "^1.13.0",
2121
"illuminate/contracts": "^11.0|^12.0"
2222
},

0 commit comments

Comments
 (0)