Skip to content

Commit

Permalink
Merge pull request #198 from usabilla/add-support-for-php-82-alpine-319
Browse files Browse the repository at this point in the history
Add php 8.2 with Alpine 3.19
  • Loading branch information
ricardofontanelli authored Jan 31, 2024
2 parents 45c4f4d + 18fcec1 commit b8fca85
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 @@ -210,6 +210,12 @@ jobs:
- php: "8.2"
alpine: "3.17"
type: "fpm"
- php: "8.2"
alpine: "3.19"
type: "cli"
- php: "8.2"
alpine: "3.19"
type: "fpm"
- php: "8.3"
alpine: "3.19"
type: "cli"
Expand Down Expand Up @@ -294,6 +300,12 @@ jobs:
- php: "8.2"
alpine: "3.17"
type: "fpm"
- php: "8.2"
alpine: "3.19"
type: "cli"
- php: "8.2"
alpine: "3.19"
type: "fpm"
- php: "8.3"
alpine: "3.19"
type: "cli"
Expand Down Expand Up @@ -434,6 +446,12 @@ jobs:
- php: "8.2"
alpine: "3.17"
type: "fpm"
- php: "8.2"
alpine: "3.19"
type: "cli"
- php: "8.2"
alpine: "3.19"
type: "fpm"
- php: "8.3"
alpine: "3.19"
type: "cli"
Expand Down Expand Up @@ -638,6 +656,12 @@ jobs:
- php: "8.2"
alpine: "3.17"
type: "fpm"
- php: "8.2"
alpine: "3.19"
type: "cli"
- php: "8.2"
alpine: "3.19"
type: "fpm"
- php: "8.3"
alpine: "3.19"
type: "cli"
Expand Down

0 comments on commit b8fca85

Please sign in to comment.