Skip to content

Commit

Permalink
Add v1.10 and v1.11 to test version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhouston committed Feb 25, 2025
1 parent bf8d183 commit bbf1095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get-version-matrix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ function get_latest_version() {
sort -V -r | head -1
}

echo "matrix=[$(get_latest_version v1.0), $(get_latest_version v1.3), $(get_latest_version v1.5), $(get_latest_version v1.7), $(get_latest_version v1.9)]" >> "$GITHUB_OUTPUT"
echo "matrix=[$(get_latest_version v1.0), $(get_latest_version v1.3), $(get_latest_version v1.5), $(get_latest_version v1.7), $(get_latest_version v1.9) $(get_latest_version v1.10) $(get latest_version v1.11)]" >> "$GITHUB_OUTPUT"

0 comments on commit bbf1095

Please sign in to comment.