Skip to content

Commit

Permalink
add php8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
krissss committed Oct 20, 2024
1 parent 4abaefe commit 4390ffe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
php-version: [ '7.4', '8.0', '8.1', '8.2' ]
php-version: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
max-parallel: 8
steps:
- name: Login to Docker Hub
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- krisss/docker-webman:8.0-cli-alpine
- krisss/docker-webman:8.1-cli-alpine
- krisss/docker-webman:8.2-cli-alpine
- krisss/docker-webman:8.3-cli-alpine

> 此镜像会通过 github actions 动态更新 php 的小版本,镜像 tag 名不变
Expand Down

0 comments on commit 4390ffe

Please sign in to comment.