From 2b08bef69a8c8bb352e489de7d51d262a9cc7373 Mon Sep 17 00:00:00 2001 From: Atila Neves Date: Thu, 18 Jan 2024 15:10:34 +0100 Subject: [PATCH] Upgate compiler versions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc1d704..fb9e4f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,9 +11,9 @@ jobs: - windows-2019 - macos-11 dc: - - dmd-2.105.2 + - dmd-2.106.1 - dmd-2.100.0 - - ldc-1.34.0 + - ldc-1.36.0 - ldc-1.28.0 runs-on: ${{ matrix.os }}