Skip to content

Commit

Permalink
Build PHP 8.3 images
Browse files Browse the repository at this point in the history
  • Loading branch information
youwe-petervanderwal committed May 22, 2024
1 parent cecaa8d commit 3b6427c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
- { tag: 'v3.0', php: '8.2', distro: bookworm, version-override: "", latest-tag: false }
- { tag: 'v3.1', php: '8.2', distro: bookworm, version-override: "", latest-tag: false }
- { tag: 'v3.2', php: '8.2', distro: bookworm, version-override: "", latest-tag: true }
- { tag: 'v3.2', php: '8.3', distro: bookworm, version-override: "", latest-tag: true }
- { tag: '3.x', php: '8.2', distro: bookworm, version-override: "v3-dev", latest-tag: false }
- { tag: '3.x', php: '8.3', distro: bookworm, version-override: "v3-dev", latest-tag: false }

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3b6427c

Please sign in to comment.