Skip to content

Commit

Permalink
Preparing to consume 0.7.3 FIO correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Rojods committed Jul 26, 2023
1 parent d4fc159 commit 3375875
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
test-scala-build:
strategy:
matrix:
jdk_base: ["eclipse-temurin:11-alpine", "eclipse-temurin:17-alpine", "amazoncorretto:11-alpine-jdk", "amazoncorretto:17-alpine-jdk"]
jdk: [temurin, corretto, zulu, microsoft]
fail-fast: false
runs-on: ubuntu-latest
steps:
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Build scala
run: |
cd ${{ github.workspace }}
earthly +build-scala-all --jdk_base="${{ matrix.jdk_base }}"
earthly +build-scala-all --jabba_jdk="${{ matrix.jdk }}"
test-rust-build:
strategy:
matrix:
Expand Down
4 changes: 1 addition & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ ThisBuild / versionScheme := Some("early-semver")
ThisBuild / publishMavenStyle := true
ThisBuild / publishTo := Some(Opts.resolver.sonatypeStaging)

ThisBuild / resolvers += Resolver.mavenLocal

lazy val forsydeIoVersion = "0.7.2-6-g4f6fe70.dirty"
lazy val forsydeIoVersion = "0.7.3"
lazy val jgraphtVersion = "1.5.1"
lazy val scribeVersion = "3.10.2"
lazy val scalaGraphVersion = "1.13.5"
Expand Down

0 comments on commit 3375875

Please sign in to comment.