Skip to content

Commit

Permalink
Upgrade to PHP 7.3.30, 7.4.22 & 8.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kdambekalns committed Aug 30, 2021
1 parent 32903ce commit 65096d6
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_3:
runs-on: ubuntu-latest
env:
PHP_VERSION: 7.3.29
PHP_VERSION: 7.3.30
steps:
- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
build-7_4:
runs-on: ubuntu-latest
env:
PHP_VERSION: 7.4.22
PHP_VERSION: 7.4.23
steps:
- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
build-8_0:
runs-on: ubuntu-latest
env:
PHP_VERSION: 8.0.9
PHP_VERSION: 8.0.10
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 65096d6

Please sign in to comment.