Skip to content

Commit 651c317

Browse files
test: add native tests for GraalVM for JDK 23 (#3536)
* test: add native tests for GraalVM for JDK 23 This is in addition to the already existing native checks against GraalVM for JDK 21 * use better names for matrix elements * add missing protobuf class We probably want to do this up in gax-java/gax * Delete spring-cloud-gcp-core/src/main/resources/META-INF/native-image/com.google.cloud/spring-cloud-gcp-core/native-image.properties
1 parent 397271d commit 651c317

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/NativeTests.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28+
graalvm_for_jdk_version:
29+
- 21
30+
- 23
2831
it:
2932
- alloydb-sample
3033
- bigquery-sample
@@ -82,7 +85,7 @@ jobs:
8285
install
8386
- uses: graalvm/setup-graalvm@v1
8487
with:
85-
java-version: '21'
88+
java-version: ${{ matrix.graalvm_for_jdk_version }}
8689
distribution: 'graalvm-community'
8790
components: 'native-image'
8891
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)