Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tchaloupka committed Jan 10, 2025
1 parent f341acd commit d0bd2d7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,14 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
dc: [dmd-latest, ldc-latest, dmd-2.095.1, dmd-2.094.2, ldc-1.25.1, ldc-1.24.0, dmd-2.091.1]
dc: [dmd-latest, ldc-latest]
include:
- { os: ubuntu-latest, dc: dmd-2.102.2, arch: x86_64 }
- { os: ubuntu-latest, dc: dmd-2.094.2, arch: x86_64 }
- { os: ubuntu-latest, dc: ldc-1.24.0, arch: x86_64 }
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install D compiler
uses: dlang-community/setup-dlang@v1
with:
Expand Down

0 comments on commit d0bd2d7

Please sign in to comment.