diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2deebb65..032d28c1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: os: [ ubuntu-20.04, windows-2022, macos-15 ] - dc: [ dmd-2.100.0, ldc-1.32.2 ] + dc: [ dmd-2.107.1, ldc-1.32.2 ] arch: [ x86_64 ] include: # also test an older DMD verrsion @@ -22,7 +22,7 @@ jobs: # Do not try to use DMD on Windows # https://issues.dlang.org/show_bug.cgi?id=22044 - os: windows-2022 - dc: dmd-2.100.0 + dc: dmd-2.107.1 runs-on: ${{ matrix.os }} steps: @@ -44,10 +44,10 @@ jobs: - if: ${{ matrix.os == 'ubuntu-20.04' }} run: dub test --debug=ae_unittest --arch=${{ matrix.arch }} :sqlite - - if: ${{ matrix.os == 'ubuntu-20.04' && matrix.dc == 'dmd-2.100.0' }} # old Dub versions can't fetch packages + - if: ${{ matrix.os == 'ubuntu-20.04' && matrix.dc == 'dmd-2.107.1' }} # old Dub versions can't fetch packages run: dub test --debug=ae_unittest --arch=${{ matrix.arch }} :libpng - - if: ${{ matrix.dc == 'dmd-2.100.0' }} + - if: ${{ matrix.dc == 'dmd-2.107.1' }} run: dub test --debug=ae_unittest --arch=${{ matrix.arch }} :windows compilation-test: @@ -55,7 +55,7 @@ jobs: strategy: matrix: os: [ ubuntu-20.04 ] - dc: [ dmd-2.100.0 ] + dc: [ dmd-2.107.1 ] runs-on: ${{ matrix.os }} steps: