We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d424d7 commit ad1b00eCopy full SHA for ad1b00e
.github/workflows/maven.yml
@@ -27,3 +27,16 @@ jobs:
27
cache: maven
28
- name: Build (Vaadin 24)
29
run: mvn -B package --file pom.xml
30
+
31
+ build-vaadin25:
32
+ runs-on: ubuntu-latest
33
+ steps:
34
+ - uses: actions/checkout@v3
35
+ - name: Set up JDK
36
+ uses: actions/setup-java@v3
37
+ with:
38
+ java-version: '21'
39
+ distribution: 'temurin'
40
+ cache: maven
41
+ - name: Build (Vaadin 25)
42
+ run: mvn -B package --file pom.xml -Pv25
0 commit comments