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 5757d6e commit 03598cfCopy full SHA for 03598cf
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
strategy:
33
fail-fast: true
34
matrix:
35
- php-versions: [ '7.1', '7.2', '7.3', '7.4']
+ php-versions: ['7.4', '8.1', '8.2', '8.3']
36
37
steps:
38
- uses: actions/checkout@v2
0 commit comments