We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7239976 commit 8e13bdaCopy full SHA for 8e13bda
.github/workflows/native.yml
@@ -22,12 +22,15 @@ jobs:
22
- integration-tests
23
compression:
24
- true
25
+ graalvm:
26
+ - '21.0.2'
27
+ - '22.0.1'
28
29
steps:
30
- uses: actions/checkout@v2
31
- uses: graalvm/setup-graalvm@v1
32
with:
- java-version: '21.0.2'
33
+ java-version: ${{matrix.graalvm}}
34
distribution: 'graalvm-community'
35
components: 'js'
36
cache: 'maven'
@@ -62,12 +65,15 @@ jobs:
62
65
module:
63
66
- driver
64
67
68
69
70
71
72
73
74
75
76
77
78
79
0 commit comments