Skip to content

Commit

Permalink
Merge pull request #79 from atilaneves/update
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
atilaneves committed Apr 22, 2024
2 parents 8216e00 + e60cefe commit 211d2d9
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
Expand Up @@ -11,17 +11,17 @@ jobs:
- windows-2019
- macos-11
dc:
- dmd-2.106.1
- dmd-2.108.0
- dmd-2.100.0
- ldc-1.36.0
- ldc-1.37.0
- ldc-1.28.0

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

- 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
Expand Up @@ -2,6 +2,6 @@
"fileVersion": 1,
"versions": {
"test_allocator": "0.3.4",
"unit-threaded": "2.1.7"
"unit-threaded": "2.1.9"
}
}

0 comments on commit 211d2d9

Please sign in to comment.