From c8b67cc095d5fb3f4a16ada24e1e6e773f6c9ba6 Mon Sep 17 00:00:00 2001 From: kriss <462679766@qq.com> Date: Thu, 23 Feb 2023 14:06:29 +0800 Subject: [PATCH] feature: add php8.2 --- .github/workflows/{build.yml => docker-image.yml} | 4 ++-- README.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) rename .github/workflows/{build.yml => docker-image.yml} (89%) diff --git a/.github/workflows/build.yml b/.github/workflows/docker-image.yml similarity index 89% rename from .github/workflows/build.yml rename to .github/workflows/docker-image.yml index f386a9c..c70820b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/docker-image.yml @@ -18,11 +18,11 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - php-version: [ '7.4', '8.0', '8.1' ] + php-version: [ '7.4', '8.0', '8.1', '8.2' ] max-parallel: 8 steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Build run: docker-compose build webman - name: Login diff --git a/README.md b/README.md index 90616cf..d9e5521 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ - krisss/docker-webman:7.4-cli-alpine - krisss/docker-webman:8.0-cli-alpine - krisss/docker-webman:8.1-cli-alpine +- krisss/docker-webman:8.2-cli-alpine > 此镜像会通过 github actions 动态更新 php 的小版本,镜像 tag 名不变