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.
2 parents aa1bbb0 + 3d82cbf commit b8d86a7Copy full SHA for b8d86a7
.github/workflows/static-analysis.yml
@@ -16,7 +16,7 @@ jobs:
16
- ubuntu-latest
17
18
php:
19
- - "7.4"
+ - "8.1"
20
21
steps:
22
- name: Checkout
composer.json
@@ -43,7 +43,7 @@
43
}
44
},
45
"require": {
46
- "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
+ "php": "~8.1.0 || ~8.2.0",
47
"ext-curl": "*",
48
"ext-json": "*",
49
"dotkernel/dot-annotated-services": "^3.2.1",
0 commit comments