Skip to content

Commit

Permalink
Update e2e-versions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Akihiro Nishikawa authored and GitHub committed May 8, 2023
1 parent 088a9ed commit d70493e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/e2e-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
'semeru',
'corretto'
] # internally 'adopt-hotspot' is the same as 'adopt'
version: ['8', '11', '16']
version: ['8', '11', '17']
exclude:
- distribution: microsoft
version: 8
Expand All @@ -41,10 +41,10 @@ jobs:
version: 17
- distribution: oracle
os: windows-latest
version: 19
version: 20
- distribution: oracle
os: ubuntu-latest
version: 19
version: 20
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -70,11 +70,11 @@ jobs:
version:
- '11.0'
- '8.0.302'
- '16.0.2+7'
- '17.0.7+7'
include:
- distribution: oracle
os: ubuntu-latest
version: '19.0.1'
version: '20.0.1'
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit d70493e

Please sign in to comment.