Skip to content

Commit

Permalink
GH-127 - Upgrade CI to Java 9.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Sep 20, 2024
1 parent 605a433 commit 6fde3c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:

steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up JDK 8
uses: actions/setup-java@v2
- name: Set up JDK 9
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 8
java-version: 9
cache: 'maven'

- name: Build with Maven
Expand Down

0 comments on commit 6fde3c5

Please sign in to comment.