Skip to content

Commit

Permalink
See whether this actually uses the variables...
Browse files Browse the repository at this point in the history
  • Loading branch information
wmdietl committed Jan 3, 2025
1 parent 63a2cfd commit 18b1304
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,15 @@ jobs:
{name: 'cftests-nonjunit', runOn: allJDKVersions },
# Java 8 does not allow toolchains, so testing 'cftests-junit-jdk21' is unnecessary.
{name: 'cftests-junit-jdk21', runOn: ['11', '17', '23', '24-ea'] },
{name: 'typecheck-part1', runOn: ${{ thoroughJDKVersions }} },
{name: 'typecheck-part2', runOn: ${{ thoroughJDKVersions }} },
{name: 'guava', runOn: ${{ thoroughJDKVersions }} },
{name: 'typecheck-part1', runOn: thoroughJDKVersions },
{name: 'typecheck-part2', runOn: thoroughJDKVersions },
{name: 'guava', runOn: thoroughJDKVersions },
# At least one plume-lib project no longer works on Java 8.
{name: 'plume-lib', runOn: ['23', '24-ea'] },
# Daikon produces 'this-escape' compiler warnings in JDK 22+.
{name: 'daikon-part1', runOn: ['17'] },
{name: 'daikon-part2', runOn: ['17'] },
{name: 'misc', runOn: ${{ thoroughJDKVersions }} }]
{name: 'misc', runOn: thoroughJDKVersions }]
# JDK 21 used by `sanity` and `remainder` before.
# `experimental` versions use the $version compiler, but run on JDK 21.
java: [{version: '8', experimental: false},
Expand Down

0 comments on commit 18b1304

Please sign in to comment.