Skip to content

Commit

Permalink
In CI, timeout after 3 minutes, enable JDK 21, disable JDK 8
Browse files Browse the repository at this point in the history
  • Loading branch information
julianhyde committed Jan 20, 2024
1 parent f703eba commit 6ff7c36
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ on:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 3

strategy:
matrix:
java-version: [ "11", "17" ]
java-version: [ "11", "17", "21" ]
javadoc: [ false ]
site: [ false ]
checkstyle-version: [ "" ]
Expand All @@ -43,7 +44,7 @@ jobs:
# Checkstyle 10 requires JDK 11 or higher, so downgrade to 9.3;
# hsqldb 2.6.0 requires JDK 11 or higher, so downgrade to 2.5.2;
# also test lowest Guava version.
- java-version: "8"
- java-version: "11"
checkstyle-version: "9.3"
guava-version: "19.0"
hsqldb-version: "2.5.2"
Expand Down

0 comments on commit 6ff7c36

Please sign in to comment.