Skip to content

Commit 86f677c

Browse files
committed
.
1 parent dfbc0a2 commit 86f677c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/run-tests.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@ jobs:
2222
command: 'terminal.__.test'
2323

2424
- java-version: 11
25-
command: 'sshd[{2.12.20,2.13.15,3.3.4,3.4.3,3.5.1}].__.test'
25+
command: 'sshd[{2.12.20,2.13.16,3.3.4,3.4.3,3.5.1,3.6.2}].__.test'
2626

2727
- java-version: 11
2828
command: 'amm.repl[2.12.{9,14,20}].__.test'
2929
- java-version: 17
30-
command: 'amm.repl[2.13.{4,9,15}].__.test'
30+
command: 'amm.repl[2.13.{4,9,16}].__.test'
3131
- java-version: 21
32-
command: 'amm.repl[{3.3.4,3.4.3,3.5.1}].__.test'
32+
command: 'amm.repl[{3.3.4,3.4.3,3.5.1,3.6.2}].__.test'
3333

3434
- java-version: 11
3535
command: 'amm[2.12.{9,14,20}].__.test'
3636
- java-version: 17
37-
command: 'amm[2.13.{4,9,15}].__.test'
37+
command: 'amm[2.13.{4,9,16}].__.test'
3838
- java-version: 21
39-
command: 'amm[{3.3.4,3.4.3,3.5.1}].__.test'
39+
command: 'amm[{3.3.4,3.4.3,3.5.1,3.6.2}].__.test'
4040

4141
runs-on: ubuntu-latest
4242
steps:

0 commit comments

Comments
 (0)