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 df6d824 commit bc37318Copy full SHA for bc37318
.github/workflows/main.yml
@@ -15,10 +15,6 @@ jobs:
15
- '8.3'
16
- '8.4'
17
18
- include:
19
- - php-version: 'nightly'
20
- experimental: true
21
-
22
name: PHP ${{ matrix.php-version }}
23
24
steps:
composer.json
@@ -62,7 +62,7 @@
62
]
63
},
64
"require": {
65
- "php": "^7.4 || ^8.0",
+ "php": ">=7.4.0 <8.5.0",
66
"ext-ctype": "*",
67
"ext-dom": "*",
68
"ext-fileinfo": "*",
0 commit comments