Skip to content

Commit

Permalink
feat: upd php versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicGD committed Mar 30, 2023
1 parent 403e7b8 commit 7255f97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [5.6.40, 7.1.33, 7.2.34, 7.3.33, 7.4.32, 8.0.24]
version: [5.6.40, 7.1.33, 7.2.34, 7.3.33, 7.4.33, 8.0.28]
steps:
- uses: actions/checkout@v3
- name: Set up Docker Buildx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [5.6.40, 7.1.33, 7.2.34, 7.3.33, 7.4.32, 8.0.24]
version: [5.6.40, 7.1.33, 7.2.34, 7.3.33, 7.4.33, 8.0.28]
steps:
- uses: actions/checkout@v3
- name: Prepare
Expand Down

0 comments on commit 7255f97

Please sign in to comment.