Skip to content

Commit

Permalink
Upgrade to 7.2.31, 7.3.18 and 7.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlemke authored May 14, 2020
1 parent 0f96b52 commit 0d1ce3d
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.30
PHP_VERSION: 7.2.31
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.17
PHP_VERSION: 7.3.18
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.5
PHP_VERSION: 7.4.6
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 0d1ce3d

Please sign in to comment.