diff --git a/.github/workflows/docker.build.yaml b/.github/workflows/docker.build.yaml index 4e5086e..15c6300 100644 --- a/.github/workflows/docker.build.yaml +++ b/.github/workflows/docker.build.yaml @@ -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: @@ -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: