Skip to content

Commit

Permalink
Upgrade to PHP 7.2.34, 7.3.23 and 7.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlemke committed Oct 2, 2020
1 parent 15086f2 commit 6d65fc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
build-7_2:
runs-on: ubuntu-latest
env:
PHP_VERSION: 7.2.33
PHP_VERSION: 7.2.34
steps:
- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
build-7_3:
runs-on: ubuntu-latest
env:
PHP_VERSION: 7.3.22
PHP_VERSION: 7.3.23
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.10
PHP_VERSION: 7.4.11
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 6d65fc6

Please sign in to comment.