Skip to content

Commit e65953a

Browse files
committed
Upgrade tested version to something more recent
The versions used in the test were very old, and none of them would work on a recent OSX machine. Due to the age of such release, they could also confuse new contributors as many bugfixes / features were missing.
1 parent 87408f5 commit e65953a

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

test/t/base.sh

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,30 @@
33
set -uexo pipefail
44

55
compilers=(
6-
dmd-2.064
7-
dmd-2.069.2
8-
dmd-2.071.2
9-
dmd-2.077.1
10-
dmd-master-2018-10-14
11-
ldc-1.4.0
6+
dmd-2.094.0
7+
dmd-2.089.2
8+
dmd-2.091.2
9+
dmd-2.087.1
10+
dmd-master-2020-05-10
11+
ldc-1.24.0
1212
)
1313

1414
versions=(
1515
'DMD64 D Compiler v2.064'
1616
'DMD64 D Compiler v2.069.2'
1717
'DMD64 D Compiler v2.071.2'
1818
'DMD64 D Compiler v2.077.1'
19-
'DMD64 D Compiler v2.082.1-master-54b676b'
20-
'LDC - the LLVM D compiler (1.4.0):'
19+
'DMD64 D Compiler v2.090.0-beta.1-master-49dfbe5'
20+
'LDC - the LLVM D compiler (1.24.0):'
2121
)
2222

2323
frontendVersions=(
24-
'2064'
25-
'2069'
26-
'2071'
27-
'2077'
28-
'2082'
29-
'2074'
24+
'2094'
25+
'2089'
26+
'2091'
27+
'2087'
28+
'2090'
29+
'2094'
3030
)
3131

3232
if [ "${TRAVIS_OS_NAME:-}" = "linux" ]; then

0 commit comments

Comments
 (0)