Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit 9cc2ccc

Browse files
authored
ci: upgrade downstream check to include GraalVM 22.2.0 (#1789)
1 parent 4889ff7 commit 9cc2ccc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/downstream-native-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
graalvm: [22.1.0, 22.0.0.2, 21.3.2]
18+
graalvm: [22.2.0, 22.1.0]
1919
java: [11, 17]
2020
repo:
2121
# GAPIC library that doesn't use a real GCP project in integration tests
@@ -38,4 +38,4 @@ jobs:
3838
- run: java -version
3939
- run: sudo apt-get update -y
4040
- run: sudo apt-get install libxml2-utils
41-
- run: .kokoro/downstream-client-library-check.sh ${{matrix.repo}} graalvm
41+
- run: .kokoro/downstream-client-library-check.sh ${{matrix.repo}} graalvm

0 commit comments

Comments
 (0)