Skip to content

Commit

Permalink
do not run CI on Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
ftomassetti committed Dec 6, 2023
1 parent df1f6ba commit 9df27ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '8', '11', '17' ]
java: [ '11', '17' ]
name: Java ${{ matrix.Java }} Basic Checks

steps:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,4 @@ Desktop.ini
*~
.directory
.merge_file*
.idea

0 comments on commit 9df27ab

Please sign in to comment.