Skip to content

Commit 68dc8d4

Browse files
committed
Update Github actions
1 parent 4655ae2 commit 68dc8d4

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,21 @@ jobs:
66
name: Unit tests
77
strategy:
88
matrix:
9-
os: [ubuntu-20.04, windows-2019, macOS-11]
10-
dc: [dmd-2.098.1, ldc-1.28.1]
9+
os:
10+
- ubuntu-24.04
11+
- windows-2022
12+
- macos-13
13+
dc:
14+
- dmd-2.098.
15+
- dmd-2.111.0
16+
- ldc-1.28.1
1117

1218
runs-on: ${{ matrix.os }}
1319
steps:
14-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v4
1521

1622
- name: Install D compiler
17-
uses: dlang-community/setup-dlang@v1.1.0
23+
uses: dlang-community/setup-dlang@v2
1824
with:
1925
compiler: ${{ matrix.dc }}
2026

@@ -24,7 +30,7 @@ jobs:
2430
dub test
2531
dub run --root mir-integration-example
2632
27-
- uses: codecov/codecov-action@v2.1.0
33+
- uses: codecov/codecov-action@v5.1.2
2834

2935
integration-test:
3036
name: Integration tests

0 commit comments

Comments
 (0)