Skip to content

Commit

Permalink
Upgrade to PHP 7.2.32, 7.3.20, 7.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlemke authored Jul 21, 2020
1 parent 8a243b3 commit 4493845
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.31
PHP_VERSION: 7.2.32
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.18
PHP_VERSION: 7.3.20
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.7
PHP_VERSION: 7.4.8
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 4493845

Please sign in to comment.