Skip to content

Commit 61897f2

Browse files
authored
Merge pull request #80 from Riley19280/php82
PHP 8.2 Support
2 parents 9087138 + 62bfb0d commit 61897f2

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
@@ -8,7 +8,7 @@ jobs:
88
fail-fast: true
99
matrix:
1010
os: [ubuntu-latest, windows-latest]
11-
php: [8.0, 8.1]
11+
php: [8.0, 8.1, 8.2]
1212
laravel: [9.*]
1313
stability: [prefer-stable]
1414

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keywords": ["workflow", "symfony", "laravel", "laravel7", "laravel8"],
55
"license": "MIT",
66
"require": {
7-
"php": "^7.4|^8.0|^8.1",
7+
"php": "^7.4|^8.0|^8.1|^8.2",
88
"symfony/workflow": "^6.0",
99
"symfony/process": "^6.0",
1010
"symfony/event-dispatcher-contracts": "^2.4|^3.0",

0 commit comments

Comments
 (0)