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

fanningpj pushed a commit to branch pjfanning-patch-2
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-dynamodb.git

commit 71b85355d74e086f7e3939c5c0631d1f9dd4dd4e
Author: PJ Fanning <[email protected]>
AuthorDate: Fri May 10 21:50:25 2024 +0100

    Update check-build-test.yml
---
 .github/workflows/check-build-test.yml | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/.github/workflows/check-build-test.yml 
b/.github/workflows/check-build-test.yml
index 79c31d5..bcd5f66 100644
--- a/.github/workflows/check-build-test.yml
+++ b/.github/workflows/check-build-test.yml
@@ -10,10 +10,6 @@ on:
       - 1.1.x
     tags-ignore: [ v.* ]
 
-env:
-  AKKA_TEST_TIMEFACTOR: 10.0
-  EVENT_NAME: ${{ github.event_name }}
-
 jobs:
   check-code-compilation:
     name: Check Code Compilation
@@ -51,11 +47,11 @@ jobs:
       fail-fast: false
       matrix:
         include:
-          - { java-version: 8,  scala-version: 2.12.18, sbt-opts: '' }
-          - { java-version: 8,  scala-version: 2.13.12, sbt-opts: '' }
-          - { java-version: 8,  scala-version: 3.3.1, sbt-opts: '' }
-          - { java-version: 11, scala-version: 2.12.18, sbt-opts: 
'-J-XX:+UnlockExperimentalVMOptions -J-XX:+UseJVMCICompiler' }
-          - { java-version: 11, scala-version: 2.13.12, sbt-opts: 
'-J-XX:+UnlockExperimentalVMOptions -J-XX:+UseJVMCICompiler' }
+          - { java-version: 8,  scala-version: 2.12, sbt-opts: '' }
+          - { java-version: 8,  scala-version: 2.13, sbt-opts: '' }
+          - { java-version: 8,  scala-version: 3.3, sbt-opts: '' }
+          - { java-version: 11, scala-version: 2.12, sbt-opts: 
'-J-XX:+UnlockExperimentalVMOptions -J-XX:+UseJVMCICompiler' }
+          - { java-version: 11, scala-version: 2.13, sbt-opts: 
'-J-XX:+UnlockExperimentalVMOptions -J-XX:+UseJVMCICompiler' }
     steps:
       - name: Checkout
         uses: actions/checkout@v4


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

Reply via email to