We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef75e6e commit 154f49fCopy full SHA for 154f49f
.github/workflows/build.yml
@@ -17,8 +17,8 @@ jobs:
17
strategy:
18
matrix:
19
php-version:
20
- - "8.2"
21
- "8.3"
+ - "8.4"
22
23
steps:
24
- name: "Checkout"
composer.json
@@ -10,7 +10,7 @@
10
}
11
],
12
"require": {
13
- "php": "^8.2"
+ "php": "^8.3"
14
},
15
"require-dev": {
16
"brainbits/phpcs-standard": "^8.0.0",
0 commit comments