We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e77f5a commit f196334Copy full SHA for f196334
1 file changed
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
dockerfile: ["Dockerfile", "Dockerfile.apache"]
14
- version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
+ version: ["8.2", "8.3", "8.4"]
15
runs-on: ubuntu-latest
16
env:
17
PHP_VERSION: ${{ matrix.version }}
0 commit comments