Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SingingBush authored Feb 20, 2024
1 parent 78f413a commit 3597cf1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
compiler:
- dmd-latest
- ldc-latest
- dmd-2.106.1 # (released in 2024)
- dmd-2.105.3 # (released in 2023)
- dmd-2.104.2 # (released in 2023)
- dmd-2.103.1 # (released in 2023)
Expand Down Expand Up @@ -97,4 +98,4 @@ jobs:
# - name: Dub Build (Release)
# env:
# DC: ${{ matrix.compiler }}
# run: dub build --compiler=${{ matrix.compiler }} --build=release
# run: dub build --compiler=${{ matrix.compiler }} --build=release

0 comments on commit 3597cf1

Please sign in to comment.