Skip to content

Commit 401f3b1

Browse files
committed
support PHP 8.2
1 parent 4cc15a5 commit 401f3b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
php-version: ['7.3', '7.4', '8.0', '8.1']
12+
php-version: ['7.3', '7.4', '8.0', '8.1', '8.2']
1313

1414
steps:
1515
- name: Checkout

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"ci-test": "vendor/bin/phpunit --coverage-clover coverage.xml"
2121
},
2222
"require": {
23-
"php": "^7.3|^8.0|^8.1",
23+
"php": "^7.3|^7.4|^8.0|^8.1|^8.2",
2424
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
2525
"illuminate/container": "^6.0|^7.0|^8.0|^9.0",
2626
"illuminate/database": "^6.0|^7.0|^8.0|^9.0",

0 commit comments

Comments
 (0)