feature: add php8.2

This commit is contained in:
kriss 2023-02-23 14:06:29 +08:00
parent e083dd98ed
commit c8b67cc095
2 changed files with 3 additions and 2 deletions

View File

@ -18,11 +18,11 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ ubuntu-latest ] os: [ ubuntu-latest ]
php-version: [ '7.4', '8.0', '8.1' ] php-version: [ '7.4', '8.0', '8.1', '8.2' ]
max-parallel: 8 max-parallel: 8
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v2 uses: actions/checkout@v3
- name: Build - name: Build
run: docker-compose build webman run: docker-compose build webman
- name: Login - name: Login

View File

@ -11,6 +11,7 @@
- krisss/docker-webman:7.4-cli-alpine - krisss/docker-webman:7.4-cli-alpine
- krisss/docker-webman:8.0-cli-alpine - krisss/docker-webman:8.0-cli-alpine
- krisss/docker-webman:8.1-cli-alpine - krisss/docker-webman:8.1-cli-alpine
- krisss/docker-webman:8.2-cli-alpine
> 此镜像会通过 github actions 动态更新 php 的小版本,镜像 tag 名不变 > 此镜像会通过 github actions 动态更新 php 的小版本,镜像 tag 名不变