Add support for DMD 2.083.0

This commit is contained in:
Eugen Wissner 2018-11-11 07:27:25 +01:00
parent 3c8f6e3435
commit 3f66782368
3 changed files with 10 additions and 3 deletions

View File

@ -7,11 +7,12 @@ os:
language: d
d:
- dmd-2.083.0
- dmd-2.082.1
env:
global:
- LATEST=2.082.1
- LATEST=2.083.0
matrix:
- ARCH=x86_64

View File

@ -175,8 +175,8 @@ parameter is used)
| DMD | GCC |
|:-------:|:---------------:|
| 2.082.1 | gdc-8 (2.081.2) |
| | gdc-7 (2.081.2) |
| 2.083.0 | gdc-8 (2.081.2) |
| 2.082.1 | gdc-7 (2.081.2) |
### Release management

View File

@ -3,6 +3,12 @@ os: Visual Studio 2015
environment:
matrix:
- DC: dmd
DVersion: 2.083.0
arch: x64
- DC: dmd
DVersion: 2.083.0
arch: x86
- DC: dmd
DVersion: 2.082.1
arch: x64