Skip to content

Commit

Permalink
Ensure backports to all maintenance versions includes 5.4 (hazelcast#…
Browse files Browse the repository at this point in the history
…1083)

hazelcast#1082 was not backported to 5.4 as it’s not listed as a maintenance version for the purposes of the action.
  • Loading branch information
JackPGreen authored Apr 17, 2024
1 parent cb8437d commit b6019fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
backport:
strategy:
matrix:
branch: ['v/5.0', 'v/5.1', 'v/5.2', 'v/5.3']
branch: ['v/5.0', 'v/5.1', 'v/5.2', 'v/5.3', 'v/5.4']
runs-on: ubuntu-latest
steps:

Expand Down

0 comments on commit b6019fb

Please sign in to comment.