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 39bc1d2 commit 6ea4472Copy full SHA for 6ea4472
.github/workflows/tests.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
fail-fast: false
10
matrix:
11
- php: [7.3, 7.4, 8.0]
+ php: [7.4, 8.0]
12
13
name: P${{ matrix.php }}
14
composer.json
@@ -16,7 +16,7 @@
16
],
17
"license": "MIT",
18
"require": {
19
- "php": "^7.3 || ^8.0"
+ "php": "^7.4 || ^8.0"
20
},
21
"autoload": {
22
"psr-4": {
0 commit comments