Skip to content

Commit d7a3737

Browse files
committed
check for multiple java versions
1 parent 140ace4 commit d7a3737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# Indexes for parallel jobs (starting from zero).
2020
# E.g. use [0, 1] for 2 parallel jobs, [0, 1, 2] for 3 parallel jobs, etc.
2121
#ci_node_index: [0, 1, 2, 3, 4, 5, 6, 7]
22-
ruby-version: ['2.7', '3.0', '3.1']
22+
java-version: ['11', '17', '21']
2323

2424
env:
2525
TZ: "Europe/Ireland"

0 commit comments

Comments
 (0)