Skip to content

Commit b65c43e

Browse files
committed
rename new java 8 test
1 parent 47b954e commit b65c43e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
java: [8, 11, 17, 21, 25]
28+
java: [11, 17, 21, 25]
2929
steps:
3030
- name: Get current week within the year
3131
id: date
@@ -47,6 +47,7 @@ jobs:
4747
JOB_NAME: units-${{matrix.java}}
4848
units-8-runtime:
4949
runs-on: ubuntu-latest
50+
name: "units (8)"
5051
steps:
5152
- name: Get current week within the year
5253
id: date

0 commit comments

Comments
 (0)