We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 088a9ed commit d70493eCopy full SHA for d70493e
1 file changed
.github/workflows/e2e-versions.yml
@@ -31,7 +31,7 @@ jobs:
31
'semeru',
32
'corretto'
33
] # internally 'adopt-hotspot' is the same as 'adopt'
34
- version: ['8', '11', '16']
+ version: ['8', '11', '17']
35
exclude:
36
- distribution: microsoft
37
version: 8
@@ -41,10 +41,10 @@ jobs:
41
version: 17
42
- distribution: oracle
43
os: windows-latest
44
- version: 19
+ version: 20
45
46
os: ubuntu-latest
47
48
steps:
49
- name: Checkout
50
uses: actions/checkout@v3
@@ -70,11 +70,11 @@ jobs:
70
version:
71
- '11.0'
72
- '8.0.302'
73
- - '16.0.2+7'
+ - '17.0.7+7'
74
include:
75
76
77
- version: '19.0.1'
+ version: '20.0.1'
78
79
80
0 commit comments