Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
changed Java version to 23
  • Loading branch information
lroffia authored Dec 6, 2024
1 parent 252c03a commit 9600cc1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 13
- name: Set up JDK 23
uses: actions/setup-java@v2
with:
java-version: '13'
java-version: '23'
distribution: 'adopt'
cache: maven
- name: Build with Maven
Expand All @@ -39,10 +39,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 13
- name: Set up JDK 23
uses: actions/setup-java@v2
with:
java-version: '13'
java-version: '23'
distribution: 'adopt'
cache: maven
- name: wait for blazegraph
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
java-version: '13'
java-version: '23'
distribution: 'adopt'
cache: maven
- name: Publish package
Expand Down

0 comments on commit 9600cc1

Please sign in to comment.