Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
atilaneves committed Jun 2, 2023
1 parent 03a8c29 commit 49ffddc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,18 @@ jobs:
name: Dub Test
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macos-10.15]
dc: [dmd-2.100.0, ldc-1.29.0]
dc:
- dmd-2.103.1
- dmd-2.100.0
- ldc-1.32.2
- ldc-1.29.0

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

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

Expand All @@ -24,4 +27,4 @@ jobs:
- name: Build binary
run: dub build -q

- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v3.1.4
6 changes: 3 additions & 3 deletions dub.selections.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"fileVersion": 1,
"versions": {
"automem": "0.6.7",
"test_allocator": "0.3.3",
"unit-threaded": "2.0.5"
"automem": "0.6.9",
"test_allocator": "0.3.4",
"unit-threaded": "2.1.6"
}
}

0 comments on commit 49ffddc

Please sign in to comment.