Skip to content

Commit 154f49f

Browse files
committed
fix: Support PHP 8.3 and PHP 8.4
1 parent ef75e6e commit 154f49f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
strategy:
1818
matrix:
1919
php-version:
20-
- "8.2"
2120
- "8.3"
21+
- "8.4"
2222

2323
steps:
2424
- name: "Checkout"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^8.2"
13+
"php": "^8.3"
1414
},
1515
"require-dev": {
1616
"brainbits/phpcs-standard": "^8.0.0",

0 commit comments

Comments
 (0)