Add Java 18 to integration test matrix (#6391)

* Add Java 18 to integration test matrix

* Fix build
This commit is contained in:
Trask Stalnaker 2022-07-31 09:32:18 -07:00 committed by GitHub
parent 9e460e28ef
commit 84719052c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ jobs:
- 8
- 11
- 17
- 18
vm:
- hotspot
- openj9