Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
Run nightly tests with Java 8, 11, and 14 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi authored Mar 23, 2020
1 parent a360b83 commit cd5fb30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest, macOS-latest, windows-latest]
jdk-version: [8, 11, 13]
jdk-version: [8, 11, 14]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit cd5fb30

Please sign in to comment.