Skip to content

Commit

Permalink
Update minimal dmd and ldc compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
skoppe committed Jun 24, 2024
1 parent 4c70f89 commit 7580297
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
dc: [dmd-latest, ldc-latest, dmd-2.098.1, ldc-1.28.1]
dc: [dmd-latest, ldc-latest, dmd-2.105.3, ldc-1.35.0]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Structured Concurrency

<img src="https://github.com/symmetryinvestments/concurrency/workflows/build/badge.svg"/>&nbsp;<img src="https://img.shields.io/badge/ldc%201.28.1+%20-supported-brightgreen"/>&nbsp;<img src="https://img.shields.io/badge/dmd%202.098.1+%20-supported-brightgreen"/>
<img src="https://github.com/symmetryinvestments/concurrency/workflows/build/badge.svg"/>&nbsp;<img src="https://img.shields.io/badge/ldc%201.35.0+%20-supported-brightgreen"/>&nbsp;<img src="https://img.shields.io/badge/dmd%202.105.3+%20-supported-brightgreen"/>
Provides various primitives useful for structured concurrency and async tasks.

## Senders/Receivers
Expand Down

0 comments on commit 7580297

Please sign in to comment.