diff --git a/.github/workflows/d.yml b/.github/workflows/d.yml index ef1fc81..8ac0869 100644 --- a/.github/workflows/d.yml +++ b/.github/workflows/d.yml @@ -20,9 +20,9 @@ jobs: strategy: matrix: os: [ubuntu-latest] - dc: [dmd-2.101.0] + dc: [dmd-latest] exclude: - - { os: macOS-latest, dc: dmd-2.085.0 } + - { os: macOS-latest, dc: dmd-latest } runs-on: ${{ matrix.os }} steps: diff --git a/dub.json b/dub.json index 5a55e00..e8a5795 100644 --- a/dub.json +++ b/dub.json @@ -5,7 +5,7 @@ "copyright": "Copyright © 2021-2023, Tristan B. Kildaire", "dependencies": { "gogga": "~>0.1.0", - "jcli": "0.25.0-beta.1" + "jcli": "0.25.0-beta.3" }, "description": "The official Tristan language compiler project", "license": "GPLv3",