Skip to content

Commit

Permalink
chore: remove java 8 from test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Shelomentsev committed Jul 25, 2024
1 parent b409045 commit dc64720
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
java: [ '8', '11', '17', '21' ]
java: [ '11', '17', '21' ]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Java ${{ matrix.Java }}
strategy:
matrix:
java: [ '8', '11', '17', '21' ]
java: [ '11', '17', '21' ]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit dc64720

Please sign in to comment.