mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-14 17:56:03 +00:00
JDK18 support: Run GitHub CI tests on JDK 18
This commit is contained in:
@@ -10,7 +10,7 @@ jobs:
|
||||
build:
|
||||
strategy:
|
||||
matrix:
|
||||
jdk: [8, 11, 17]
|
||||
jdk: [8, 11, 17, 18]
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 30
|
||||
|
||||
|
||||
Reference in New Issue
Block a user