Skip to content

Commit 7531909

Browse files
authored
Update dockerimage.yml
remove build job 5.6 7.0 7.1
1 parent f33948d commit 7531909

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dockerimage.yml

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

0 commit comments

Comments
 (0)