Skip to content

Commit

Permalink
. e get tests to green by running tests w 16+
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsEckart committed Nov 20, 2023
1 parent 0b26f09 commit 12fb91c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '8'
java-version: '17'

- name: Determine version from git tag
id: version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: ['8', '11', '16', '17', '18', '19', '20', '21']
java: ['16', '17', '18', '19', '20', '21']
os: [ ubuntu, windows ]

steps:
Expand Down

0 comments on commit 12fb91c

Please sign in to comment.