Skip to content

Commit

Permalink
Upgrade to PHP 7.3.25 and 7.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
kdambekalns authored Nov 30, 2020
1 parent 64d0d64 commit bf6907a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
build-7_3:
runs-on: ubuntu-latest
env:
PHP_VERSION: 7.3.24
PHP_VERSION: 7.3.25
steps:
- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
build-7_4:
runs-on: ubuntu-latest
env:
PHP_VERSION: 7.4.12
PHP_VERSION: 7.4.13
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit bf6907a

Please sign in to comment.