Skip to content

Commit

Permalink
added compilers to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SingingBush committed Dec 13, 2023
1 parent c043e9e commit 6063c10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dub.yml
Expand Up @@ -23,6 +23,8 @@ jobs:
compiler:
- dmd-latest
- ldc-latest
- dmd-2.105.3 # (released in 2023)
- dmd-2.104.2 # (released in 2023)
- dmd-2.103.1 # (released in 2023)
- dmd-2.102.2 # (released in 2023)
- dmd-2.101.2 # (released in 2023)
Expand Down Expand Up @@ -161,7 +163,7 @@ jobs:
# --health-retries 3

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install latest DMD
uses: dlang-community/setup-dlang@v1
Expand Down

0 comments on commit 6063c10

Please sign in to comment.