Skip to content

Commit d0139ab

Browse files
committed
ci: fix actions environment
1 parent 25fa1c9 commit d0139ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ jobs:
77
strategy:
88
matrix:
99
os:
10-
- Ubuntu-18.04
1110
- Ubuntu-20.04
11+
- Ubuntu-22.04
1212
openjdk:
1313
- 8
1414
- 11
15+
- 17
16+
- 21
1517
clojure:
1618
- 1.8
1719
- 1.9

0 commit comments

Comments
 (0)