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 f7d8e6a commit 5cc6d07Copy full SHA for 5cc6d07
.github/workflows/maven.yml
@@ -41,3 +41,16 @@ jobs:
41
cache: maven
42
- name: Build (Vaadin 24)
43
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