Skip to content

Commit

Permalink
feat(php): PHP 7.4.25
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicGD committed Oct 25, 2021
1 parent c544d53 commit ad1f1a5
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.31, 7.4.24, 8.0.11]
version: [5.6.40, 7.3.31, 7.4.25, 8.0.11]
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.31, 7.4.24, 8.0.11]
version: [5.6.40, 7.3.31, 7.4.25, 8.0.11]
steps:
- uses: actions/checkout@v2
- name: Prepare
Expand Down

0 comments on commit ad1f1a5

Please sign in to comment.