We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78f413a commit 3597cf1Copy full SHA for 3597cf1
.github/workflows/dub.yml
@@ -21,6 +21,7 @@ jobs:
21
compiler:
22
- dmd-latest
23
- ldc-latest
24
+ - dmd-2.106.1 # (released in 2024)
25
- dmd-2.105.3 # (released in 2023)
26
- dmd-2.104.2 # (released in 2023)
27
- dmd-2.103.1 # (released in 2023)
@@ -97,4 +98,4 @@ jobs:
97
98
# - name: Dub Build (Release)
99
# env:
100
# DC: ${{ matrix.compiler }}
-# run: dub build --compiler=${{ matrix.compiler }} --build=release
101
+# run: dub build --compiler=${{ matrix.compiler }} --build=release
0 commit comments