Skip to content

Commit 3597cf1

Browse files
authoredFeb 20, 2024··
Update CI
1 parent 78f413a commit 3597cf1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/dub.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
compiler:
2222
- dmd-latest
2323
- ldc-latest
24+
- dmd-2.106.1 # (released in 2024)
2425
- dmd-2.105.3 # (released in 2023)
2526
- dmd-2.104.2 # (released in 2023)
2627
- dmd-2.103.1 # (released in 2023)
@@ -97,4 +98,4 @@ jobs:
9798
# - name: Dub Build (Release)
9899
# env:
99100
# DC: ${{ matrix.compiler }}
100-
# run: dub build --compiler=${{ matrix.compiler }} --build=release
101+
# run: dub build --compiler=${{ matrix.compiler }} --build=release

0 commit comments

Comments
 (0)
Please sign in to comment.