Skip to content

Commit

Permalink
Test with Java 8 only
Browse files Browse the repository at this point in the history
  • Loading branch information
reneleonhardt committed Aug 18, 2024
1 parent 2cfd0b7 commit a305c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [8, 11, 17, 21]
java: [8] # , 11, 17, 21
steps:
- name: Checkout project
uses: actions/checkout@v4
Expand Down

0 comments on commit a305c70

Please sign in to comment.