From d322dd61abbf1d75b7ba367c4f6e60babeeb02c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20B=20Nagy?= <20251272+BNAndras@users.noreply.github.com> Date: Sat, 22 Jun 2024 10:00:43 -0700 Subject: [PATCH 1/2] Bump Ubuntu version --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7538178..c9f5adf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ on: jobs: exercises: name: Check exercises - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: matrix: dc: [dmd-latest, ldc-latest] From eacda9b8842bc2df956990d5d355915f8149fce5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20B=20Nagy?= <20251272+BNAndras@users.noreply.github.com> Date: Sat, 22 Jun 2024 10:13:35 -0700 Subject: [PATCH 2/2] Update test matrix --- .github/workflows/tests.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c9f5adf..2997405 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,10 +11,11 @@ on: jobs: exercises: name: Check exercises - runs-on: ubuntu-24.04 strategy: matrix: - dc: [dmd-latest, ldc-latest] + os: [ubuntu-24.04, windows-2022] + dc: [dmd-2.109.0, ldc-1.38.0] + runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - uses: dlang-community/setup-dlang@0a7469b93f791d83f30932c6fd105796c6966e20