Skip to content

Commit

Permalink
✨ 优化 github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunMengLu committed May 15, 2024
1 parent 2146b8c commit 560b6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '8', '17' ]
java: [ '17' ]
name: Java ${{ matrix.Java }} build
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 560b6d6

Please sign in to comment.