diff options
| author | J08nY | 2024-04-25 17:08:37 +0200 |
|---|---|---|
| committer | J08nY | 2024-04-25 17:08:37 +0200 |
| commit | 1ec0cd462865f06c673e54ed4556079d3a0917a6 (patch) | |
| tree | 28ae43e5ff0399c8d5598cb74d3e818351c47808 /.github | |
| parent | fcc645f2627167c35e63cb7e7595000d65c70a1e (diff) | |
| download | ECTester-1ec0cd462865f06c673e54ed4556079d3a0917a6.tar.gz ECTester-1ec0cd462865f06c673e54ed4556079d3a0917a6.tar.zst ECTester-1ec0cd462865f06c673e54ed4556079d3a0917a6.zip | |
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ab2a2ee..8ad7bcd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -88,7 +88,7 @@ jobs: strategy: matrix: - java: [ "11", "17", "21" ] + java: [ "17", "21" ] env: # ffs: https://github.com/adoptium/adoptium-support/issues/485 !!! # also, add the wolfcrypt JNI path |
