Skip to content

Commit

Permalink
Add Tags for Support PHP 8.2 and 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassmacedo committed Jun 12, 2024
1 parent 6b08438 commit 87999d2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: ['7.4', '8.0', '8.1']
version: ['7.4', '8.0', '8.1', '8.2', '8.3']

steps:
- name: Checkout code
Expand Down
11 changes: 11 additions & 0 deletions kool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,14 @@ scripts:
- docker build --pull -t kooldev/php:8.1-nginx-oci8-prod 8.1-nginx-oci8-prod
- docker build --pull -t kooldev/php:8.1-nginx-swoole-oci8 8.1-nginx-swoole-oci8
- docker build --pull -t kooldev/php:8.1-nginx-swoole-oci8-prod 8.1-nginx-swoole-oci8-prod
- docker build --pull -t kooldev/php:8.1-nginx-swoole-oci8-prod 8.1-nginx-swoole-oci8-prod
- docker build --pull -t kooldev/php:8.2-nginx-oci8 8.2-nginx-oci8
- docker build --pull -t kooldev/php:8.2-nginx-oci8-prod 8.2-nginx-oci8-prod
- docker build --pull -t kooldev/php:8.2-nginx-swoole-oci8 8.2-nginx-swoole-oci8
- docker build --pull -t kooldev/php:8.2-nginx-swoole-oci8-prod 8.2-nginx-swoole-oci8-prod
- docker build --pull -t kooldev/php:8.2-nginx-swoole-oci8-prod 8.2-nginx-swoole-oci8-prod
- docker build --pull -t kooldev/php:8.3-nginx-oci8 8.3-nginx-oci8
- docker build --pull -t kooldev/php:8.3-nginx-oci8-prod 8.3-nginx-oci8-prod
- docker build --pull -t kooldev/php:8.3-nginx-swoole-oci8 8.3-nginx-swoole-oci8
- docker build --pull -t kooldev/php:8.3-nginx-swoole-oci8-prod 8.3-nginx-swoole-oci8-prod
- docker build --pull -t kooldev/php:8.3-nginx-swoole-oci8-prod 8.3-nginx-swoole-oci8-prod

0 comments on commit 87999d2

Please sign in to comment.