Skip to content

Commit 1c77156

Browse files
authored
Merge pull request #75 from laradock/bestlong-patch-2
Update dockerimage.yml
2 parents f33948d + 9dcbd6e commit 1c77156

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", "7.2", "7.3",
16+
php_version: ["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)