Skip to content

Commit

Permalink
Stop testing on Java 15 (#2892)
Browse files Browse the repository at this point in the history
  • Loading branch information
3flex committed Feb 27, 2023
1 parent ca203d6 commit f5581c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-test.pr.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
test-windows:
strategy:
matrix:
version: [ 11, 15, 17 ]
version: [ 11, 17 ]
fail-fast: false
runs-on: windows-latest
steps:
Expand Down

0 comments on commit f5581c5

Please sign in to comment.