This is an automated email from the ASF dual-hosted git repository.

mdedetrich pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-pekko-persistence-jdbc.git


The following commit(s) were added to refs/heads/main by this push:
     new c084a8f  Replace setup-scala with setup-java
c084a8f is described below

commit c084a8f294a0c3500679bb31c4c8ca86b516706c
Author: Matthew de Detrich <[email protected]>
AuthorDate: Fri Mar 24 18:39:52 2023 +0100

    Replace setup-scala with setup-java
---
 .github/workflows/h2-test.yml | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/h2-test.yml b/.github/workflows/h2-test.yml
index 2ddeddd..346cba8 100644
--- a/.github/workflows/h2-test.yml
+++ b/.github/workflows/h2-test.yml
@@ -16,10 +16,10 @@ jobs:
       fail-fast: false
       matrix:
         include:
-          - { java-version: [email protected],      scala-version: 2.12.17, sbt-opts: 
'' }
-          - { java-version: [email protected],      scala-version: 2.13.10,  sbt-opts: 
'' }
-          - { java-version: [email protected], scala-version: 2.12.17, sbt-opts: 
'-J-XX:+UnlockExperimentalVMOptions -J-XX:+UseJVMCICompiler' }
-          - { java-version: [email protected], scala-version: 2.13.10,  sbt-opts: 
'-J-XX:+UnlockExperimentalVMOptions -J-XX:+UseJVMCICompiler' }
+          - { java-version: 8,  scala-version: 2.12.17, sbt-opts: '' }
+          - { java-version: 8,  scala-version: 2.13.10,  sbt-opts: '' }
+          - { java-version: 11, scala-version: 2.12.17, sbt-opts: 
'-J-XX:+UnlockExperimentalVMOptions -J-XX:+UseJVMCICompiler' }
+          - { java-version: 11, scala-version: 2.13.10,  sbt-opts: 
'-J-XX:+UnlockExperimentalVMOptions -J-XX:+UseJVMCICompiler' }
     steps:
       - name: Checkout
         uses: actions/checkout@v3
@@ -33,8 +33,9 @@ jobs:
           git checkout scratch
 
       - name: Setup JDK ${{ matrix.java-version }}
-        uses: olafurpg/setup-scala@v10
+        uses: actions/setup-java@v3
         with:
+          distribution: temurin
           java-version: ${{ matrix.java-version }}
 
       - name: Cache Coursier cache


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to