RFR: 7526: JMC not buildable with jdk17 [v7]
Johannes Bechberger
duke at openjdk.java.net
Wed Feb 2 08:26:49 UTC 2022
On Tue, 25 Jan 2022 10:44:12 GMT, Johannes Bechberger <duke at openjdk.java.net> wrote:
>> .github/workflows/validate.yml line 15:
>>
>>> 13: - uses: actions/setup-java at v1
>>> 14: with:
>>> 15: java-version: {{ matrix.jdk }}
>>
>> Did you see that the workflow seems to have some issues still? (https://github.com/parttimenerd/jmc/actions/runs/1728551346)
>
> I did not. But I consider working on this when I'm able to run successfully run all tests.
As a side note: the syntax is `${{ matrix.jdk }}` :)
-------------
PR: https://git.openjdk.java.net/jmc/pull/363
More information about the jmc-dev
mailing list