Skip building with Java 8 for now.

This commit is contained in:
Uwe Kubosch 2023-05-18 13:57:06 +02:00
parent e56aafd9f9
commit b13fa01a8e
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
java: [ 8, 11 ]
java: [ 11 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1

View File

@ -1,4 +1,4 @@
version=2.1.0-beta.2
version=2.1.0-beta.3
group=com.github.jruby-gradle
copyrightYear=2014-2023