Skip to content

Commit

Permalink
Update dockerimage.yml
Browse files Browse the repository at this point in the history
remove build job 7.2 7.3
  • Loading branch information
bestlong authored Jul 22, 2024
1 parent 7531909 commit 9dcbd6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# "5.6", "7.0", "7.1",
php_version: ["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 9dcbd6e

Please sign in to comment.