Removed mentions of 'version=core'

This commit is contained in:
peterz
2024-03-04 14:34:53 +03:00
committed by Fabio Niephaus
parent 5302a697e3
commit d9e910f637
3 changed files with 3 additions and 8 deletions

View File

@@ -250,7 +250,7 @@ jobs:
strategy:
matrix:
java-version: ['17', '21.0.2']
version: ['core', 'full', 'std', '']
version: ['', 'std', 'full']
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v4