We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec9a2fd commit e444ffcCopy full SHA for e444ffc
.github/workflows/ci.yaml
@@ -72,6 +72,26 @@ jobs:
72
- run: .kokoro/build.sh
73
env:
74
JOB_TYPE: test
75
+ units-with-multiplexed-session8:
76
+ # Building using Java 17 and run the tests with Java 8 runtime
77
+ name: "units-with-multiplexed-session (8)"
78
+ runs-on: ubuntu-latest
79
+ steps:
80
+ - uses: actions/checkout@v4
81
+ - uses: actions/setup-java@v3
82
+ with:
83
+ java-version: 8
84
+ distribution: temurin
85
+ - run: echo "SUREFIRE_JVM_OPT=-Djvm=${JAVA_HOME}/bin/java" >> $GITHUB_ENV
86
+ shell: bash
87
88
89
+ java-version: 17
90
91
+ - run: .kokoro/build.sh
92
+ env:
93
+ JOB_TYPE: test
94
+ GOOGLE_CLOUD_SPANNER_ENABLE_MULTIPLEXED_SESSIONS: true
95
windows:
96
runs-on: windows-latest
97
steps:
0 commit comments