Skip to content

Commit

Permalink
Changed the java version of the tests. OpenDC now only supports java 19.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanteNiewenhuis committed Mar 5, 2024
1 parent 960613b commit d88b192
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
strategy:
matrix:
os: [ ubuntu-22.04 ]
java: [ 17, 19 ]
java: 19
include:
- os: windows-2022
java: 17
java: 19
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 17
java-version: 19
- name: Prepare
id: prep
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 17
java-version: 19
- name: Publish with Gradle
uses: gradle/gradle-build-action@v2
with:
Expand Down

0 comments on commit d88b192

Please sign in to comment.