Skip to content

Commit

Permalink
ci: Upgrade supported compiler & dub version
Browse files Browse the repository at this point in the history
Test with only the latest 10 releases.
  • Loading branch information
Geod24 committed Jan 2, 2025
1 parent 1dffb74 commit 1d1d141
Showing 1 changed file with 16 additions and 18 deletions.
34 changes: 16 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
- ubuntu-latest
dc:
- dmd-latest
- dmd-2.097.1
- dmd-2.096.1
- dmd-2.093.1
- dmd-2.091.1
- dmd-2.108.1
- dmd-2.106.1
- dmd-2.104.2
- dmd-2.102.2
- ldc-latest
- ldc-1.27.1
- ldc-1.26.0
- ldc-1.23.0
- ldc-1.21.0
- ldc-1.38.0
- ldc-1.36.0
- ldc-1.34.0
- ldc-1.32.0
parts:
- 'builds,unittests,examples,tests,redis'
extra_dflags:
Expand Down Expand Up @@ -52,7 +52,6 @@ jobs:
uses: dlang-community/setup-dlang@v1
with:
compiler: ${{ matrix.dc }}
dub: 1.29.0

- name: '[POSIX] Run tests'
env:
Expand All @@ -77,15 +76,15 @@ jobs:
- windows-latest
dc:
- dmd-latest
- dmd-2.097.1
- dmd-2.096.1
- dmd-2.093.1
- dmd-2.091.1
- dmd-2.108.1
- dmd-2.106.1
- dmd-2.104.2
- dmd-2.102.2
- ldc-latest
- ldc-1.27.1
- ldc-1.26.0
- ldc-1.23.0
- ldc-1.21.0
- ldc-1.38.0
- ldc-1.36.0
- ldc-1.34.0
- ldc-1.32.0
parts:
- 'builds,unittests,examples,tests'
extra_dflags:
Expand All @@ -101,7 +100,6 @@ jobs:
uses: dlang-community/setup-dlang@v1
with:
compiler: ${{ matrix.dc }}
dub: 1.29.0

- name: '[WINDOWS] Run tests'
env:
Expand Down

0 comments on commit 1d1d141

Please sign in to comment.