Skip to content

Commit 9b5009a

Browse files
authored
ci: add vaadin 25 build action
1 parent a996af7 commit 9b5009a

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/workflows/maven.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,17 @@ jobs:
5252
distribution: 'temurin'
5353
cache: maven
5454
- name: Build (Vaadin 24)
55-
run: mvn -B package --file pom.xml -Pv24
55+
run: mvn -B package --file pom.xml -Pv24
56+
57+
build-vaadin25:
58+
runs-on: ubuntu-latest
59+
steps:
60+
- uses: actions/checkout@v3
61+
- name: Set up JDK
62+
uses: actions/setup-java@v3
63+
with:
64+
java-version: '21'
65+
distribution: 'temurin'
66+
cache: maven
67+
- name: Build (Vaadin 25)
68+
run: mvn -B package --file pom.xml -Pv25

0 commit comments

Comments
 (0)