Skip to content

Commit

Permalink
chore(actions): add branch 24.3 to validation latest (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollovati committed Aug 24, 2024
1 parent b324446 commit 288e787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validation-latest-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
id: matrix
run: |
set -x -e -o pipefail
branches="development"
branches="development vaadin-24.3"
matrix=$(for branch in $branches; do \
git fetch --depth=1 origin $branch:$branch;
git show $branch:pom.xml | grep -E '<(vaadin\.(platform|flow)|vertx)\.version>' \
Expand Down

0 comments on commit 288e787

Please sign in to comment.