Skip to content

Commit

Permalink
Exclude Java 13 and 18 build for now
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellansun committed Jan 4, 2025
1 parent f920377 commit 1e13cc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/groovy-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
java: [12, 13, 14, 15, 16, 18, 19, 20, 22, 23]
# java: [12, 13, 14, 15, 16, 18, 19, 20, 22, 23]
java: [12, 14, 15, 16, 19, 20, 22, 23]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1e13cc4

Please sign in to comment.