Skip to content

Commit

Permalink
Upgrade to PHP 7.3.26 and 7.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
kdambekalns committed Jan 7, 2021
1 parent bf6907a commit 267feec
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.25
PHP_VERSION: 7.3.26
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.13
PHP_VERSION: 7.4.14
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 267feec

Please sign in to comment.