Skip to content

Commit

Permalink
#394 - Update dependencies
Browse files Browse the repository at this point in the history
- revert java and ubuntu changes in ci.yml
  • Loading branch information
michael-82 committed Nov 13, 2024
1 parent 8b44e80 commit a46277e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 23
java-version: 21

- name: Cache Local Maven Repo
uses: actions/cache@v4
Expand All @@ -41,7 +41,7 @@ jobs:
queries: security-and-quality

- name: Run Tests
run: mvn -X -e -Pdownload-ontology -B verify
run: mvn -Pdownload-ontology -B verify

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
Expand Down Expand Up @@ -80,11 +80,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up JDK 23
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 23
java-version: 21

- name: Cache Local Maven Repo
uses: actions/cache@v4
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:

integration-test:
needs: tests
runs-on: ubuntu-24.10
runs-on: ubuntu-latest
env:
ONTOLOGY_GIT_TAG: v3.0.0-test.11
ELASTIC_HOST: http://localhost:9200
Expand Down Expand Up @@ -203,11 +203,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up JDK 23
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 23
java-version: 21

- name: Cache Local Maven Repo
uses: actions/cache@v4
Expand Down

0 comments on commit a46277e

Please sign in to comment.