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 4de94e8 commit 53b83e6Copy full SHA for 53b83e6
.github/workflows/php.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
strategy:
17
matrix:
18
- php-versions: ['8.1', '8.2', '8.3']
+ php-versions: ['8.2', '8.3']
19
name: PHP ${{ matrix.php-versions }}
20
21
steps:
composer.json
@@ -14,7 +14,7 @@
14
}
],
"require": {
- "php": ">=8.1"
+ "php": ">=8.2"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.7",
0 commit comments