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 4f2e507 commit f542670Copy full SHA for f542670
.github/workflows/maven.yml
@@ -53,3 +53,16 @@ jobs:
53
cache: maven
54
- name: Build (Vaadin 24)
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