Skip to content

Commit 5cc6d07

Browse files
authored
ci: add vaadin 25 build action
1 parent f7d8e6a commit 5cc6d07

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/maven.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,16 @@ jobs:
4141
cache: maven
4242
- name: Build (Vaadin 24)
4343
run: mvn -B package --file pom.xml -Pv24
44+
45+
build-vaadin25:
46+
runs-on: ubuntu-latest
47+
steps:
48+
- uses: actions/checkout@v3
49+
- name: Set up JDK
50+
uses: actions/setup-java@v3
51+
with:
52+
java-version: '21'
53+
distribution: 'temurin'
54+
cache: maven
55+
- name: Build (Vaadin 25)
56+
run: mvn -B package --file pom.xml -Pv25

0 commit comments

Comments
 (0)