Skip to content

Commit

Permalink
Upgrade to PHP 7.3.29 and 7.4.21
Browse files Browse the repository at this point in the history
  • Loading branch information
kdambekalns authored Jul 2, 2021
1 parent 6326efd commit 9a0d540
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.27
PHP_VERSION: 7.3.29
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.16
PHP_VERSION: 7.4.21
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 9a0d540

Please sign in to comment.