Skip to content

Commit

Permalink
Upgrade to PHP 7.3.24 and 7.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlemke committed Nov 3, 2020
1 parent 6d65fc6 commit bd5e716
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.23
PHP_VERSION: 7.3.24
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.11
PHP_VERSION: 7.4.12
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit bd5e716

Please sign in to comment.