From 7255f9710aa4ece5144946cd8c55678afbf385a3 Mon Sep 17 00:00:00 2001 From: George Drak Date: Thu, 30 Mar 2023 18:04:47 +0500 Subject: [PATCH] feat: upd php versions --- .github/workflows/main.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index db93592..1861e81 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: [5.6.40, 7.1.33, 7.2.34, 7.3.33, 7.4.32, 8.0.24] + version: [5.6.40, 7.1.33, 7.2.34, 7.3.33, 7.4.33, 8.0.28] steps: - uses: actions/checkout@v3 - name: Set up Docker Buildx diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a609186..d5c0853 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: [5.6.40, 7.1.33, 7.2.34, 7.3.33, 7.4.32, 8.0.24] + version: [5.6.40, 7.1.33, 7.2.34, 7.3.33, 7.4.33, 8.0.28] steps: - uses: actions/checkout@v3 - name: Prepare