Skip to content

Commit

Permalink
ci: remove build workflows for Vaadin 23 and 24
Browse files Browse the repository at this point in the history
Close #27
  • Loading branch information
javier-godoy authored and paodb committed Jul 7, 2023
1 parent 8573626 commit c57c263
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,29 +27,3 @@ jobs:
cache: maven
- name: Build (Vaadin 14)
run: mvn -B package --file pom.xml

build-vaadin23:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Build (Vaadin 23)
run: mvn -B package --file pom.xml -Pv23

build-vaadin24:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build (Vaadin 24)
run: mvn -B package --file pom.xml -Pv24

0 comments on commit c57c263

Please sign in to comment.