Skip to content

Commit c57c263

Browse files
javier-godoypaodb
authored andcommitted
ci: remove build workflows for Vaadin 23 and 24
Close #27
1 parent 8573626 commit c57c263

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/maven.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -27,29 +27,3 @@ jobs:
2727
cache: maven
2828
- name: Build (Vaadin 14)
2929
run: mvn -B package --file pom.xml
30-
31-
build-vaadin23:
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: '11'
39-
distribution: 'temurin'
40-
cache: maven
41-
- name: Build (Vaadin 23)
42-
run: mvn -B package --file pom.xml -Pv23
43-
44-
build-vaadin24:
45-
runs-on: ubuntu-latest
46-
steps:
47-
- uses: actions/checkout@v3
48-
- name: Set up JDK
49-
uses: actions/setup-java@v3
50-
with:
51-
java-version: '17'
52-
distribution: 'temurin'
53-
cache: maven
54-
- name: Build (Vaadin 24)
55-
run: mvn -B package --file pom.xml -Pv24

0 commit comments

Comments
 (0)