From 3b12a06d751556007a319495e1b680034827cc3a Mon Sep 17 00:00:00 2001 From: Cameron Ross Date: Mon, 25 Jan 2021 14:28:10 -0400 Subject: [PATCH] run tests with other compilers --- .github/workflows/d.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/d.yml b/.github/workflows/d.yml index 5fad05c..2204d63 100644 --- a/.github/workflows/d.yml +++ b/.github/workflows/d.yml @@ -8,12 +8,18 @@ on: jobs: build: - + strategy: + matrix: + dc: + - dmd-latest + - ldc-latest + - dmd-beta runs-on: ubuntu-latest - steps: - uses: actions/checkout@v2 - uses: dlang-community/setup-dlang@4c99aa991ce7d19dd3064de0a4f2f6b2f152e2d7 + with: + compiler: ${{ matrix.dc }} - name: 'Install dependencies' run: | sudo apt-get install libcurl4-openssl-dev