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 40ddcba commit 780dcc6Copy full SHA for 780dcc6
.github/workflows/test.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', '8.4']
+ php-versions: ['8.1', '8.2', '8.3', '8.4']
19
composer-flags: ['', '--prefer-lowest']
20
steps:
21
- uses: actions/checkout@v4
0 commit comments