diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d88fdbd..2fd9b41 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: os: [ubuntu-20.04] - dc: [dmd-2.096.0, ldc-1.25.1] + dc: [dmd-2.096.1, ldc-1.26.0] runs-on: ${{ matrix.os }} steps: diff --git a/dub.selections.json b/dub.selections.json index 9e21775..79fc98a 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -2,6 +2,6 @@ "fileVersion": 1, "versions": { "test_allocator": "0.3.3", - "unit-threaded": "1.0.11" + "unit-threaded": "1.0.15" } }