Skip to content

Commit

Permalink
Update Java version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmior committed Aug 21, 2024
1 parent f292607 commit fc02fe0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bowtie.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: useblacksmith/coursier-cache-action@v6
- uses: coursier/setup-action@v1
with:
jvm: zulu:11.0.10
jvm: zulu:17.0.12
apps: sbt scala
- name: Build Docker image
env:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: useblacksmith/coursier-cache-action@v6
- uses: coursier/setup-action@v1
with:
jvm: zulu:11.0.10
jvm: zulu:17.0.12
apps: sbt scala
- name: dynver check
run: sbt dynverAssertVersion
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
uses: useblacksmith/coursier-cache-action@v6
- uses: coursier/setup-action@v1
with:
jvm: zulu:11.0.10
jvm: zulu:17.0.12
apps: sbt scala
- uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
run: echo "SOURCE_DATE_EPOCH=$(date -d $(parse-changelog CHANGELOG.md -t | rev | cut -d' ' -f1 | rev) '+%s')" >> "$GITHUB_ENV"
- uses: coursier/setup-action@v1
with:
jvm: zulu:11.0.10
jvm: zulu:17.0.12
apps: sbt scala
- name: Assemble
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: echo "SOURCE_DATE_EPOCH=$(date -d $(parse-changelog CHANGELOG.md -t | rev | cut -d' ' -f1 | rev) '+%s')" >> "$GITHUB_ENV"
- uses: coursier/setup-action@v1
with:
jvm: zulu:11.0.10
jvm: zulu:17.0.12
apps: sbt scala
- name: Compile and prepare Docker configuration
run: sbt Docker/stage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: useblacksmith/coursier-cache-action@v6
- uses: coursier/setup-action@v1
with:
jvm: zulu:11.0.10
jvm: zulu:17.0.12
apps: sbt scala
- name: Build JAR
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: coursier/cache-action@v6
- uses: coursier/setup-action@v1
with:
jvm: zulu:11.0.10
jvm: zulu:17.0.12
apps: sbt scala
- name: Publish site
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonatype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: useblacksmith/coursier-cache-action@v6
- uses: coursier/setup-action@v1
with:
jvm: zulu:11.0.10
jvm: zulu:17.0.12
apps: sbt scala
- uses: taiki-e/install-action@parse-changelog
- name: Set build timestamp
Expand Down

0 comments on commit fc02fe0

Please sign in to comment.