Hotfix/jcli upgrade fix (#25)

* Dub

- Upgraded `jcli` to version `0.25.0-beta.2`

* Dub

- Upgtraded package `jcli` to version `0.25.0-beta.3`

* - Try using latest version of `dmd`
This commit is contained in:
Tristan B. Velloza Kildaire 2023-08-14 22:29:52 +02:00 committed by GitHub
parent b47a651caf
commit 5e4049ffee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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",