Skip to content

Commit 6ed4b5b

Browse files
committed
ci: Upgrade supported compiler & dub version
Test with only the latest 10 releases.
1 parent 1dffb74 commit 6ed4b5b

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/ci.yml

+18-18
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
- ubuntu-latest
1414
dc:
1515
- dmd-latest
16-
- dmd-2.097.1
17-
- dmd-2.096.1
18-
- dmd-2.093.1
19-
- dmd-2.091.1
16+
- dmd-2.107.1
17+
- dmd-2.106.1
18+
- dmd-2.103.1
19+
- dmd-2.101.1
2020
- ldc-latest
21-
- ldc-1.27.1
22-
- ldc-1.26.0
23-
- ldc-1.23.0
24-
- ldc-1.21.0
21+
- ldc-1.37.1
22+
- ldc-1.36.0
23+
- ldc-1.33.0
24+
- ldc-1.31.0
2525
parts:
2626
- 'builds,unittests,examples,tests,redis'
2727
extra_dflags:
@@ -52,7 +52,7 @@ jobs:
5252
uses: dlang-community/setup-dlang@v1
5353
with:
5454
compiler: ${{ matrix.dc }}
55-
dub: 1.29.0
55+
dub: 1.35.0
5656

5757
- name: '[POSIX] Run tests'
5858
env:
@@ -77,15 +77,15 @@ jobs:
7777
- windows-latest
7878
dc:
7979
- dmd-latest
80-
- dmd-2.097.1
81-
- dmd-2.096.1
82-
- dmd-2.093.1
83-
- dmd-2.091.1
80+
- dmd-2.107.1
81+
- dmd-2.106.1
82+
- dmd-2.103.1
83+
- dmd-2.101.1
8484
- ldc-latest
85-
- ldc-1.27.1
86-
- ldc-1.26.0
87-
- ldc-1.23.0
88-
- ldc-1.21.0
85+
- ldc-1.37.1
86+
- ldc-1.36.0
87+
- ldc-1.33.0
88+
- ldc-1.31.0
8989
parts:
9090
- 'builds,unittests,examples,tests'
9191
extra_dflags:
@@ -101,7 +101,7 @@ jobs:
101101
uses: dlang-community/setup-dlang@v1
102102
with:
103103
compiler: ${{ matrix.dc }}
104-
dub: 1.29.0
104+
dub: 1.35.0
105105

106106
- name: '[WINDOWS] Run tests'
107107
env:

0 commit comments

Comments
 (0)