Skip to content

Commit b02993f

Browse files
Update php versions
1 parent 48b8acf commit b02993f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-status.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build_php:
99
strategy:
1010
matrix:
11-
php: [ '8.0', '8.1' ]
11+
php: [ '8.1', '8.2' ]
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
],
4040
"require": {
4141
"laravel/framework": "^8.0|^9.0|^10.0",
42-
"php": "^8.0",
42+
"php": "^8.1",
4343
"tobytwigger/form-schema-generator": "^3.0"
4444
},
4545
"require-dev": {

0 commit comments

Comments
 (0)