diff options
| author | J08nY | 2024-04-27 00:24:22 +0200 |
|---|---|---|
| committer | J08nY | 2024-04-27 00:24:22 +0200 |
| commit | 2d6081dd3044a1d76a7e30f25d704a42fe8d2411 (patch) | |
| tree | 6e5933cf0b5babc4bf3f613c2b4c9e10a856eccf /.github | |
| parent | e5e8072363c53b155df42238e049d7929b2380f1 (diff) | |
| download | ECTester-2d6081dd3044a1d76a7e30f25d704a42fe8d2411.tar.gz ECTester-2d6081dd3044a1d76a7e30f25d704a42fe8d2411.tar.zst ECTester-2d6081dd3044a1d76a7e30f25d704a42fe8d2411.zip | |
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8ad7bcd..10769c1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,7 @@ jobs: strategy: matrix: - java: [ "11", "17", "21" ] + java: [ "15", "17", "21" ] name: Build reader on Java ${{ matrix.java }} steps: - uses: actions/checkout@v4 @@ -88,7 +88,7 @@ jobs: strategy: matrix: - java: [ "17", "21" ] + java: [ "15", "17", "21" ] env: # ffs: https://github.com/adoptium/adoptium-support/issues/485 !!! # also, add the wolfcrypt JNI path |
