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 472d08f commit 77f15a7Copy full SHA for 77f15a7
.github/workflows/ci.yml
@@ -81,7 +81,7 @@ jobs:
81
runs-on: ubuntu-20.04
82
strategy:
83
matrix:
84
- php: [7.3, 7.4, 8.0]
+ php: [7.4, 8.0]
85
dependencies: ["", --prefer-lowest]
86
name: PHP ${{ matrix.php }} Test ${{ matrix.dependencies }}
87
composer.json
@@ -14,7 +14,7 @@
14
}
15
},
16
"require": {
17
- "php": "^7.3 || ^8.0",
+ "php": "^7.4 || ^8.0",
18
"doctrine/coding-standard": "^9.0"
19
20
"require-dev": {
0 commit comments