Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
atilaneves committed Apr 22, 2024
1 parent 608a8e5 commit 1e1c100
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ jobs:
strategy:
matrix:
dc:
- dmd-2.103.1
- dmd-2.108.0
- dmd-2.100.0
- ldc-1.32.2
- ldc-1.37.0
- ldc-1.29.0

runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3

- name: Install D compiler
uses: dlang-community/setup-dlang@v1.3.0
uses: dlang-community/setup-dlang@v1.4.0
with:
compiler: ${{ matrix.dc }}

Expand Down
2 changes: 1 addition & 1 deletion dub.selections.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"versions": {
"automem": "0.6.9",
"test_allocator": "0.3.4",
"unit-threaded": "2.1.6"
"unit-threaded": "2.1.9"
}
}

0 comments on commit 1e1c100

Please sign in to comment.