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 cce7008 commit 9a0122e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.linux.temurin.current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: JDK
uses: actions/setup-java@v1
with:
java-version: 19
java-version: 22
- name: Build
run: ./.github/workflows/run-with-xvfb.sh mvn --errors clean verify site
- name: Upload video
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.linux.temurin.lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: JDK
uses: actions/setup-java@v1
with:
java-version: 17
java-version: 21
- name: Build
run: ./.github/workflows/run-with-xvfb.sh mvn --errors clean verify site
- name: Upload video
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.windows.temurin.current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- name: JDK
uses: actions/setup-java@v1
with:
java-version: 19
java-version: 22
- name: Build
run: mvn -DskipTests=true --errors clean verify site
2 changes: 1 addition & 1 deletion .github/workflows/main.windows.temurin.lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- name: JDK
uses: actions/setup-java@v1
with:
java-version: 17
java-version: 21
- name: Build
run: mvn -DskipTests=true --errors clean verify site
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@
</modules>

<properties>
<!-- Configuration. -->
<io7m.api.previousVersion>0.0.1-SNAPSHOT</io7m.api.previousVersion>
<io7m.java.targetJavaVersion>21</io7m.java.targetJavaVersion>

<!-- Third-party dependencies. -->
<javafx.version>21.0.1</javafx.version>
<jqwik.version>1.8.2</jqwik.version>
<junit.version>5.10.1</junit.version>
Expand Down

0 comments on commit 9a0122e

Please sign in to comment.