Skip to content

Commit

Permalink
Update CI test matrix (#259)
Browse files Browse the repository at this point in the history
* Bump Ubuntu version

* Update test matrix
  • Loading branch information
BNAndras authored Jul 1, 2024
1 parent 28f8c7f commit 043f270
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ on:
jobs:
exercises:
name: Check exercises
runs-on: ubuntu-22.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
Expand Down

0 comments on commit 043f270

Please sign in to comment.