diff --git a/.github/workflows/docker.build.yaml b/.github/workflows/docker.build.yaml index 924ec09..d865f27 100644 --- a/.github/workflows/docker.build.yaml +++ b/.github/workflows/docker.build.yaml @@ -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: @@ -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: @@ -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: