Skip to content

Commit

Permalink
Add php 8.3 with Alpine 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardofontanelli committed Nov 26, 2024
1 parent 954af38 commit b1e4666
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,12 @@ jobs:
- php: "8.3"
alpine: "3.19"
type: "fpm"
- php: "8.3"
alpine: "3.20"
type: "fpm"
- php: "8.3"
alpine: "3.20"
type: "cli"
steps:
- uses: actions/checkout@v2
- run: ./build-php.sh ${{ matrix.type }} ${{ matrix.php }} ${{ matrix.alpine }}
Expand Down Expand Up @@ -312,6 +318,12 @@ jobs:
- php: "8.3"
alpine: "3.19"
type: "fpm"
- php: "8.3"
alpine: "3.20"
type: "fpm"
- php: "8.3"
alpine: "3.20"
type: "cli"
steps:
- uses: actions/checkout@v2
- name: Install clair-scanner
Expand Down Expand Up @@ -458,6 +470,12 @@ jobs:
- php: "8.3"
alpine: "3.19"
type: "fpm"
- php: "8.3"
alpine: "3.20"
type: "fpm"
- php: "8.3"
alpine: "3.20"
type: "cli"
steps:
- uses: actions/checkout@v2
- name: Download Images
Expand Down Expand Up @@ -668,6 +686,12 @@ jobs:
- php: "8.3"
alpine: "3.19"
type: "fpm"
- php: "8.3"
alpine: "3.20"
type: "fpm"
- php: "8.3"
alpine: "3.20"
type: "cli"
steps:
- uses: actions/checkout@v2
- name: Download Images
Expand Down

0 comments on commit b1e4666

Please sign in to comment.