Skip to content

Commit

Permalink
Update dockerimage.yml
Browse files Browse the repository at this point in the history
remove build job 5.6 7.0 7.1
  • Loading branch information
bestlong authored Jul 22, 2024
1 parent f33948d commit 7531909
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",
php_version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 7531909

Please sign in to comment.