Skip to content

Commit 715716e

Browse files
Add php 8.3 with Alpine 3.20
1 parent bff5c57 commit 715716e

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/workflows/ci.yml

+24
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,12 @@ jobs:
222222
- php: "8.3"
223223
alpine: "3.19"
224224
type: "fpm"
225+
- php: "8.3"
226+
alpine: "3.20"
227+
type: "fpm"
228+
- php: "8.3"
229+
alpine: "3.20"
230+
type: "cli"
225231
steps:
226232
- uses: actions/checkout@v2
227233
- run: ./build-php.sh ${{ matrix.type }} ${{ matrix.php }} ${{ matrix.alpine }}
@@ -312,6 +318,12 @@ jobs:
312318
- php: "8.3"
313319
alpine: "3.19"
314320
type: "fpm"
321+
- php: "8.3"
322+
alpine: "3.20"
323+
type: "fpm"
324+
- php: "8.3"
325+
alpine: "3.20"
326+
type: "cli"
315327
steps:
316328
- uses: actions/checkout@v2
317329
- name: Install clair-scanner
@@ -458,6 +470,12 @@ jobs:
458470
- php: "8.3"
459471
alpine: "3.19"
460472
type: "fpm"
473+
- php: "8.3"
474+
alpine: "3.20"
475+
type: "fpm"
476+
- php: "8.3"
477+
alpine: "3.20"
478+
type: "cli"
461479
steps:
462480
- uses: actions/checkout@v2
463481
- name: Download Images
@@ -668,6 +686,12 @@ jobs:
668686
- php: "8.3"
669687
alpine: "3.19"
670688
type: "fpm"
689+
- php: "8.3"
690+
alpine: "3.20"
691+
type: "fpm"
692+
- php: "8.3"
693+
alpine: "3.20"
694+
type: "cli"
671695
steps:
672696
- uses: actions/checkout@v2
673697
- name: Download Images

0 commit comments

Comments
 (0)