Skip to content

Commit

Permalink
Update workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Apr 21, 2024
1 parent 6136781 commit 93442a0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.linux.temurin.current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: JDK
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 22
distribution: 'temurin'
- name: Build
run: ./.github/workflows/run-with-xvfb.sh mvn --errors clean verify site
- name: Upload video
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/main.linux.temurin.lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: JDK
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 21
distribution: 'temurin'
- name: Build
run: ./.github/workflows/run-with-xvfb.sh mvn --errors clean verify site
- name: Upload video
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/main.windows.temurin.current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: JDK
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 22
distribution: 'temurin'
- name: Build
run: mvn -DskipTests=true --errors clean verify site
3 changes: 2 additions & 1 deletion .github/workflows/main.windows.temurin.lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: JDK
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 21
distribution: 'temurin'
- name: Build
run: mvn -DskipTests=true --errors clean verify site

0 comments on commit 93442a0

Please sign in to comment.