From e60cefe4a3d073a56d975f652fc1b4e1341f5cba Mon Sep 17 00:00:00 2001 From: Atila Neves Date: Mon, 22 Apr 2024 14:28:32 -0300 Subject: [PATCH] Update --- .github/workflows/ci.yml | 6 +++--- dub.selections.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb9e4f3..b177197 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,9 +11,9 @@ jobs: - windows-2019 - macos-11 dc: - - dmd-2.106.1 + - dmd-2.108.0 - dmd-2.100.0 - - ldc-1.36.0 + - ldc-1.37.0 - ldc-1.28.0 runs-on: ${{ matrix.os }} @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v4 - name: Install D compiler - uses: dlang-community/setup-dlang@v1.3.0 + uses: dlang-community/setup-dlang@v1.4.0 with: compiler: ${{ matrix.dc }} diff --git a/dub.selections.json b/dub.selections.json index b702266..8957efa 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -2,6 +2,6 @@ "fileVersion": 1, "versions": { "test_allocator": "0.3.4", - "unit-threaded": "2.1.7" + "unit-threaded": "2.1.9" } }