Skip to content

Commit 488d39f

Browse files
committed
Tweaks
1 parent a7aaa39 commit 488d39f

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ updates:
99
- package-ecosystem: "docker"
1010
directory: "/"
1111
schedule:
12-
interval: "daily"
12+
interval: "daily"

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
build:
1010
name: Build
1111
runs-on: ubuntu-latest
12+
strategy:
13+
matrix:
14+
version: ['8.0', '8.1']
1215

1316
steps:
1417
- name: Checkout code

kool.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ scripts:
55
- kool run template
66
- docker build --pull -t kooldev/php:8.0-nginx-swoole 8.0-nginx-swoole
77
- docker build --pull -t kooldev/php:8.0-nginx-swoole-prod 8.0-nginx-swoole-prod
8+
- docker build --pull -t kooldev/php:8.1-nginx-swoole 8.1-nginx-swoole
9+
- docker build --pull -t kooldev/php:8.1-nginx-swoole-prod 8.1-nginx-swoole-prod

0 commit comments

Comments
 (0)