Skip to content

Commit f196334

Browse files
committed
feat: deprecate php versions < 8.2
1 parent 9e77f5a commit f196334

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
dockerfile: ["Dockerfile", "Dockerfile.apache"]
14-
version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
14+
version: ["8.2", "8.3", "8.4"]
1515
runs-on: ubuntu-latest
1616
env:
1717
PHP_VERSION: ${{ matrix.version }}

0 commit comments

Comments
 (0)