Skip to content

Commit

Permalink
chore: remove graalvm 22.1 testing (#877)
Browse files Browse the repository at this point in the history
  • Loading branch information
meltsufin committed Oct 19, 2022
1 parent 6469869 commit 366b8aa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
graalvm: [22.2.0, 22.1.0]
graalvm: [22.2.0]
java: [11, 17]
repo:
# GAPIC library that doesn't use a real GCP project in integration tests
Expand All @@ -38,4 +38,4 @@ jobs:
- run: java -version
- run: sudo apt-get update -y
- run: sudo apt-get install libxml2-utils
- run: .kokoro/downstream-client-library-check.sh ${{matrix.repo}} graalvm
- run: .kokoro/downstream-client-library-check.sh ${{matrix.repo}} graalvm

0 comments on commit 366b8aa

Please sign in to comment.