Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
dc: [dmd-latest, ldc-latest]
dc: [dmd-latest, ldc-latest, dmd-master]
arch: [x86, x86_64]

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

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

Expand All @@ -37,7 +37,7 @@ jobs:
run: DC= ./travis-ci.sh

- name: Upload PhantomCSS failures
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: phantomcss-failures
Expand Down
2 changes: 1 addition & 1 deletion dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description "Powerful alternative to DMD's DDOC engine."
authors "Sönke Ludwig"
license "MIT"

dependency "vibe-d:web" version=">=0.8.0 <0.11.0-0"
dependency "vibe-d:web" version=">=0.9.8 <0.11.0-0"
dependency "hyphenate" version="~>1.1.0"
dependency "libdparse" version="~>0.15.4"

Expand Down
28 changes: 15 additions & 13 deletions dub.selections.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,26 @@
"versions": {
"botan": "1.12.19",
"botan-math": "1.0.3",
"diet-ng": "1.8.1",
"eventcore": "0.9.28",
"diet-ng": "1.8.4",
"during": "0.3.0",
"eventcore": "0.9.37",
"hyphenate": "1.1.4",
"libasync": "0.8.6",
"libdparse": "0.15.4",
"libevent": "2.0.2+2.0.16",
"memutils": "1.0.10",
"mir-linux-kernel": "1.0.1",
"openssl": "3.3.3",
"openssl-static": "1.0.2+3.0.8",
"mir-linux-kernel": "1.2.1",
"openssl": "3.4.0",
"openssl-static": "1.0.5+3.0.8",
"silly": "1.1.1",
"stdx-allocator": "2.77.5",
"taggedalgebraic": "0.11.22",
"vibe-container": "1.3.0",
"vibe-core": "2.8.2",
"vibe-d": "0.10.0",
"vibe-http": "1.0.0",
"vibe-inet": "1.0.0",
"vibe-serialization": "1.0.1",
"vibe-stream": "1.1.0"
"taggedalgebraic": "1.0.1",
"vibe-container": "1.7.0",
"vibe-core": "2.13.1",
"vibe-d": "0.10.2",
"vibe-http": "1.3.1",
"vibe-inet": "1.2.0",
"vibe-serialization": "1.1.2",
"vibe-stream": "1.3.0"
}
}
Loading