-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to pants 2.18.0 and M1-compatible jdk (#29)
- Loading branch information
1 parent
1ff6882
commit cd83f0c
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
scalatest_tests( | ||
# These tests are `parametrize`d, so that they will run against two different | ||
# JDK versions. | ||
jdk=parametrize(adopt_11="adopt:1.11", adopt_12="adopt:1.12.0.2"), | ||
jdk=parametrize(temurin_11="temurin:1.11", temurin_17="temurin:1.17"), | ||
) |