Skip to content

Commit

Permalink
v3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brusch committed Apr 2, 2024
1 parent 2b36cef commit 32fdcfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
- { tag: 'v2.0', php: '8.2', distro: bullseye, version-override: "", latest-tag: false }
- { tag: '2.x', php: '8.2', distro: bullseye, version-override: "v2-dev", latest-tag: false }
- { 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: true }
- { 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: '3.x', php: '8.2', distro: bookworm, version-override: "v3-dev", latest-tag: false }

steps:
Expand Down

0 comments on commit 32fdcfe

Please sign in to comment.