From 49ffddc946fc4434bc365e4b153bc5d9e8fe6191 Mon Sep 17 00:00:00 2001 From: Atila Neves Date: Fri, 2 Jun 2023 15:27:55 +0200 Subject: [PATCH] Update actions --- .github/workflows/ci.yml | 13 ++++++++----- dub.selections.json | 6 +++--- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f588ed0..8434374 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,15 +6,18 @@ jobs: name: Dub Test strategy: matrix: - os: [ubuntu-20.04, windows-2019, macos-10.15] - dc: [dmd-2.100.0, ldc-1.29.0] + dc: + - dmd-2.103.1 + - dmd-2.100.0 + - ldc-1.32.2 + - ldc-1.29.0 runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install D compiler - uses: dlang-community/setup-dlang@v1.1.1 + uses: dlang-community/setup-dlang@v1.3.0 with: compiler: ${{ matrix.dc }} @@ -24,4 +27,4 @@ jobs: - name: Build binary run: dub build -q - - uses: codecov/codecov-action@v2 + - uses: codecov/codecov-action@v3.1.4 diff --git a/dub.selections.json b/dub.selections.json index b67ecaa..8dd18a6 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -1,8 +1,8 @@ { "fileVersion": 1, "versions": { - "automem": "0.6.7", - "test_allocator": "0.3.3", - "unit-threaded": "2.0.5" + "automem": "0.6.9", + "test_allocator": "0.3.4", + "unit-threaded": "2.1.6" } }