Skip to content

Commit 06ea0f2

Browse files
committed
Add php 8.3.15 to github action.
1 parent 3f54407 commit 06ea0f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
tag: [8-3-2, 8-2-3, 8-1-16, 8-1-10]
17+
tag: [8-3-15, 8-3-2, 8-2-3, 8-1-16, 8-1-10]
1818
flavour: ["", "-rootless"]
1919
steps:
2020
- uses: actions/checkout@v4
@@ -36,6 +36,7 @@ jobs:
3636
matrix:
3737
tag:
3838
[
39+
8.3.15-fpm-alpine3.21,
3940
8.3.2-fpm-alpine3.18,
4041
8.2.3-fpm-alpine3.16,
4142
8.1.16-fpm-alpine3.16,

0 commit comments

Comments
 (0)