From 7f7fe5e2efcd70857a0f7b56dcac4c1ef2e2e475 Mon Sep 17 00:00:00 2001 From: Mathias Lang Date: Tue, 31 Dec 2024 10:48:45 +0100 Subject: [PATCH] ci: Test with v2.108.1 We disabled most tests for Mac OS following upgrade to Ventura (13). This brings back at least one non-master version, which is 2 version behind at the time of writing. --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 26f65e987..d924bc34d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -65,6 +65,7 @@ jobs: - dmd-2.099.1 - dmd-2.102.2 - dmd-2.105.3 + - dmd-2.108.1 include: - { do_test: false } - { dc: dmd-latest, do_test: true }