Skip to content

Commit 9dcbd6e

Browse files
authored
Update dockerimage.yml
remove build job 7.2 7.3
1 parent 7531909 commit 9dcbd6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dockerimage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
# "5.6", "7.0", "7.1",
16-
php_version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
15+
# "5.6", "7.0", "7.1", "7.2", "7.3",
16+
php_version: ["7.4", "8.0", "8.1", "8.2", "8.3"]
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v4

0 commit comments

Comments
 (0)