Skip to content

Commit

Permalink
feat: support php 7.1 and 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicGD committed Jun 23, 2022
1 parent 50ac0cf commit 429a154
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.3.33, 7.4.29, 8.0.18]
version: [5.6.40, 7.1.33, 7.2.34, 7.3.33, 7.4.29, 8.0.18]
steps:
- uses: actions/checkout@v2
- 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.3.33, 7.4.29, 8.0.18]
version: [5.6.40, 7.1.33, 7.2.34, 7.3.33, 7.4.29, 8.0.18]
steps:
- uses: actions/checkout@v2
- name: Prepare
Expand Down

0 comments on commit 429a154

Please sign in to comment.