Skip to content

Commit

Permalink
try with graalvm
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpdaniels committed May 15, 2024
1 parent ae9d681 commit 34954f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
fetch-depth: 0

- name: Setup Java (temurin@17)
uses: actions/setup-java@v2
uses: graalvm/setup-graalvm@v1
with:
distribution: 'temurin'
distribution: 'graalvm'
java-version: '17'

- name: Compatibility Test
Expand Down
2 changes: 1 addition & 1 deletion apollo-compatibility/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM sbtscala/scala-sbt:eclipse-temurin-alpine-22_36_1.10.0_3.4.1 AS build
FROM sbtscala/scala-sbt:graalvm-ce-22.3.3-b1-java17_1.9.8_2.13.12 AS build

WORKDIR /build
COPY build.sbt .
Expand Down

0 comments on commit 34954f1

Please sign in to comment.