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 9ba393b commit 46be480Copy full SHA for 46be480
.github/workflows/test.yaml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
max-parallel: 5
10
matrix:
11
- php-versions: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
+ php-versions: [ '7.4', '8.0', '8.1', '8.2' ]
12
13
steps:
14
- uses: actions/checkout@v1
0 commit comments