Skip to content

Commit 168cc88

Browse files
committed
ci: testing old GraalVM version
1 parent c5cd072 commit 168cc88

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/sync-repo-settings.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ branchProtectionRules:
5858
- "build (11, java-bigquery, test)"
5959
- "build (11, java-bigquery, lint)"
6060
- "build (11, java-bigquery, clirr)"
61+
- "graalvm (11, java-orgpolicy)"
6162
- "cla/google"
6263
- pattern: java7
6364
# Can admins overwrite branch protection.

.github/workflows/downstream-maven-plugins.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ jobs:
5757
# When a new version of native-maven-plugin fails to run in a downstream
5858
# library, it's likely to be an incompatibility with GraalVM version.
5959
# In that case, you need to upgrade the Docker container used in the
60-
# tests in the downstream repositories. Example PR:
61-
# https://github.com/googleapis/testing-infra-docker/pull/195
62-
graalvm-version: 22.0.0.2
60+
# tests in the downstream repositories (not just this field below).
61+
# Example: https://github.com/googleapis/testing-infra-docker/pull/195
62+
graalvm-version: 21.2.0
6363
native-image: true
6464
- run: java -version
6565
- run: sudo apt-get update -y

0 commit comments

Comments
 (0)