We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfbc0a2 commit 86f677cCopy full SHA for 86f677c
.github/workflows/run-tests.yml
@@ -22,21 +22,21 @@ jobs:
22
command: 'terminal.__.test'
23
24
- java-version: 11
25
- command: 'sshd[{2.12.20,2.13.15,3.3.4,3.4.3,3.5.1}].__.test'
+ command: 'sshd[{2.12.20,2.13.16,3.3.4,3.4.3,3.5.1,3.6.2}].__.test'
26
27
28
command: 'amm.repl[2.12.{9,14,20}].__.test'
29
- java-version: 17
30
- command: 'amm.repl[2.13.{4,9,15}].__.test'
+ command: 'amm.repl[2.13.{4,9,16}].__.test'
31
- java-version: 21
32
- command: 'amm.repl[{3.3.4,3.4.3,3.5.1}].__.test'
+ command: 'amm.repl[{3.3.4,3.4.3,3.5.1,3.6.2}].__.test'
33
34
35
command: 'amm[2.12.{9,14,20}].__.test'
36
37
- command: 'amm[2.13.{4,9,15}].__.test'
+ command: 'amm[2.13.{4,9,16}].__.test'
38
39
- command: 'amm[{3.3.4,3.4.3,3.5.1}].__.test'
+ command: 'amm[{3.3.4,3.4.3,3.5.1,3.6.2}].__.test'
40
41
runs-on: ubuntu-latest
42
steps:
0 commit comments