Skip to content

Commit

Permalink
Fix CI pipeline: php 8.1 with Alpine 3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardofontanelli committed Jan 29, 2024
1 parent bbc5cee commit 27695ad
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,12 @@ jobs:
- php: "8.1"
alpine: "3.16"
type: fpm
- php: "8.1"
alpine: "3.17"
type: cli
- php: "8.1"
alpine: "3.17"
type: fpm
- php: "8.2"
alpine: "3.17"
type: "cli"
Expand Down Expand Up @@ -398,6 +404,12 @@ jobs:
- php: "8.1"
alpine: "3.16"
type: fpm
- php: "8.1"
alpine: "3.17"
type: cli
- php: "8.1"
alpine: "3.17"
type: fpm
- php: "8.2"
alpine: "3.17"
type: "cli"
Expand Down

0 comments on commit 27695ad

Please sign in to comment.