Skip to content

Commit

Permalink
Merge pull request #2089 from vibe-d/update_compiler_support
Browse files Browse the repository at this point in the history
Update/synchronize compiler support list.
merged-on-behalf-of: Sebastian Wilzbach <[email protected]>
  • Loading branch information
dlang-bot authored Feb 28, 2018
2 parents b67ed91 + 4cd2697 commit 7dd27d9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ d:
# this way the overall test time gets cut down (GDC/LDC are a lot
# slower tham DMD, so they should be started early), while still
# catching most DMD version related build failures early
- dmd-2.078.0
- dmd-2.078.3
- dmd-2.073.2
- ldc-1.7.0
- ldc-1.6.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Support
Vibe.d aims to support at least the 3 latest minor releases of D.
At the moment, the following compilers are supported and tested:

- DMD 2.078.0
- DMD 2.078.3
- DMD 2.077.1
- DMD 2.076.1
- DMD 2.075.1
Expand Down
12 changes: 4 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,17 @@ platform: x64
environment:
matrix:
- DC: dmd
DVersion: 2.078.0
arch: x86_mscoff
DVersion: 2.078.3
arch: x64
config: vibe-core
- DC: dmd
DVersion: 2.077.1
DVersion: 2.078.3
arch: x86_mscoff
config: vibe-core
- DC: dmd
DVersion: 2.077.1
DVersion: 2.078.3
arch: x86
config: win32
- DC: dmd
DVersion: 2.077.1
arch: x64
config: win32
- DC: dmd
DVersion: 2.077.1
arch: x86_mscoff
Expand Down

0 comments on commit 7dd27d9

Please sign in to comment.