Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Test on Java 15 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
3flex authored Dec 24, 2020
1 parent aeaea39 commit 0815d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
jdk: [8, 11, 14]
jdk: [8, 11, 15]
runs-on: ${{ matrix.os }}
env:
JDK_VERSION: ${{ matrix.jdk }}
Expand Down

0 comments on commit 0815d4e

Please sign in to comment.