Skip to content

Commit

Permalink
File sync from s4u/.github - add 17-ea to builds
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Jul 23, 2021
1 parent de9ea27 commit 9e6d3d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest, macOS-latest ]
java: [ 8, 11, 16 ]
java: [ 8, 11, 16, 17-ea ]

steps:
- uses: actions/checkout@v2.3.4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest, macOS-latest ]
java: [ 8, 11, 16 ]
java: [ 8, 11, 16, 17-ea ]

steps:
- uses: actions/checkout@v2.3.4
Expand Down

0 comments on commit 9e6d3d1

Please sign in to comment.