Skip to content

Commit

Permalink
Merge pull request #75 from laradock/bestlong-patch-2
Browse files Browse the repository at this point in the history
Update dockerimage.yml
  • Loading branch information
bestlong authored Jul 27, 2024
2 parents f33948d + 9dcbd6e commit 1c77156
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php_version: ["5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
# "5.6", "7.0", "7.1", "7.2", "7.3",
php_version: ["7.4", "8.0", "8.1", "8.2", "8.3"]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 1c77156

Please sign in to comment.