Skip to content

Commit

Permalink
Has Github removed CI support for 8?
Browse files Browse the repository at this point in the history
2024-07-29T13:48:56.3526080Z ##[group]Installed distributions
2024-07-29T13:48:56.3541320Z Trying to resolve the latest version from remote
2024-07-29T13:48:56.8421470Z ##[error]Could not find satisfied version for SemVer '8'.
Available versions: 22.0.2+9, 22.0.1+8, 22.0.0+36, 21.0.4+7.0.LTS, 21.0.3+9.0.LTS, 21.0.2+13.0.LTS, 21.0.1+12.0.LTS, 21.0.0+35.0.LTS, 20.0.2+9, 20.0.1+9, 20.0.0+36, 19.0.2+7, 19.0.1+10, 19.0.0+36, 18.0.2+101, 18.0.2+9, 18.0.1+10, 18.0.0+36, 17.0.12+7, 17.0.11+9, 17.0.10+7, 17.0.9+9, 17.0.8+101, 17.0.8+7, 17.0.7+7, 17.0.6+10, 17.0.5+8, 17.0.4+101, 17.0.4+8, 17.0.3+7, 17.0.2+8, 17.0.1+12, 17.0.0+35, 11.0.24+8, 11.0.23+9, 11.0.22+7.1, 11.0.22+7, 11.0.21+9, 11.0.20+101, 11.0.20+8, 11.0.19+7, 11.0.18+10, 11.0.17+8, 11.0.16+101, 11.0.16+8, 11.0.15+10
  • Loading branch information
mjw99 committed Jul 29, 2024
1 parent 7a94c3c commit faa8d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
# test against latest update of each major Java version:
java: [ 8, 11, 17, 21 ]
java: [ 11, 17, 21 ]

This comment has been minimized.

Copy link
@dan2097

dan2097 Jul 29, 2024

Owner

On Mac, Java 8 is not supported for certain distributions of Java. For JNA-InChI I switched to zulu to workaround this (https://github.com/dan2097/jna-inchi/blob/inchi-1.07/.github/workflows/maven.yml)

# test against major operating systems
os: [ubuntu-22.04, windows-latest, macos-latest]
name: Java ${{ matrix.java }} on ${{ matrix.os }}
Expand Down

0 comments on commit faa8d48

Please sign in to comment.