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 9d915a0 commit 6ae57c7Copy full SHA for 6ae57c7
.github/workflows/php.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
strategy:
17
matrix:
18
- php-versions: ['8.0', '8.1', '8.2', '8.3']
+ php-versions: ['8.1', '8.2', '8.3']
19
name: PHP ${{ matrix.php-versions }}
20
21
steps:
0 commit comments