Skip to content

Commit da8ac7d

Browse files
committed
update github actions for more recent compilers
1 parent fc82562 commit da8ac7d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/dub.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,10 @@ jobs:
2626
compiler:
2727
- dmd-latest
2828
- ldc-latest
29+
- dmd-2.101.2
2930
- dmd-2.098.1
30-
- dmd-2.097.2
31-
- dmd-2.096.1
31+
- ldc-1.31.0 # eq to dmd v2.101.2
3232
- ldc-1.28.1 # eq to dmd v2.098.1
33-
- ldc-1.27.1 # eq to dmd v2.097.2
3433
steps:
3534
- uses: actions/checkout@v3
3635

@@ -58,6 +57,7 @@ jobs:
5857
matrix:
5958
os: [ ubuntu-latest, windows-latest ] # don't bother with macos-latest
6059
compiler:
60+
- dmd-2.097.2
6161
- dmd-2.095.1
6262
- dmd-2.094.2
6363
- dmd-2.093.1

.github/workflows/integration-testing.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,10 @@ jobs:
8686
compiler:
8787
- dmd-latest
8888
- ldc-latest
89+
- dmd-2.101.2
8990
- dmd-2.098.1
9091
- dmd-2.097.2
92+
- ldc-1.31.0 # eq to dmd v2.101.2
9193
- ldc-1.28.1 # eq to dmd v2.098.1
9294
- ldc-1.27.0 # eq to dmd v2.097.2
9395

@@ -157,8 +159,10 @@ jobs:
157159
compiler:
158160
- dmd-latest
159161
- ldc-latest
162+
- dmd-2.101.2
160163
- dmd-2.098.1
161164
- dmd-2.097.2
165+
- ldc-1.31.0 # eq to dmd v2.101.2
162166
- ldc-1.28.1 # eq to dmd v2.098.1
163167
- ldc-1.27.0 # eq to dmd v2.097.2
164168

0 commit comments

Comments
 (0)