Skip to content

Commit

Permalink
bumped GH actions + sync with .net 6420da27f13ce841dc895ed2d5b2635aa7…
Browse files Browse the repository at this point in the history
…e5b536..893f7cbff58b35e08d8a7d6d2f77e67ebdc681b0
  • Loading branch information
ml054 committed Jan 13, 2024
1 parent 501dfd8 commit 76f538b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/RavenClient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,17 @@ jobs:
matrix:
java-version: [8, 11, 14, 16, 17, 21]
serverVersion: ["6.0"]
java-distribution: ["zulu", "oracle", "corretto"]
fail-fast: false

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

- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java-version }}
distribution: ${{ matrix.java-distribution }}

- name: Download RavenDB Server
run: wget -O RavenDB.tar.bz2 "https://hibernatingrhinos.com/downloads/RavenDB%20for%20Linux%20x64/latest?buildType=${{ env.RAVENDB_BUILD_TYPE }}&version=${{ matrix.serverVersion }}"
Expand Down

0 comments on commit 76f538b

Please sign in to comment.