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

Commit 94e2e1e

Browse files
authored
chore: remove graalvm 22.1 testing (#877)
1 parent 4cb4c96 commit 94e2e1e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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.2.0, 22.1.0]
18+
graalvm: [22.2.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)