From a017d32f95798b5d59c5b3d2b3017009e4814cf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AF=B9=E6=9C=9B?= <58730447+DuCun@users.noreply.github.com> Date: Mon, 29 Jan 2024 13:22:52 +0800 Subject: [PATCH] Add lsphp82 --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index edbdfc4..7c4f509 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - PHP_VERSION: [lsphp74, lsphp80, lsphp81] + PHP_VERSION: [lsphp74, lsphp80, lsphp81, lsphp82] TAG: [latest,''] steps: - uses: actions/checkout@v2