diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4c3583f..e66a488 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,7 @@ matrix: # Latest stable version, update at will os: [ macOS-10.15, ubuntu-18.04, windows-2019 ] - dc: [ dmd-2.093.1, ldc-1.23.0, dmd-master, ldc-master ] + dc: [ dmd-latest, ldc-latest, dmd-master, ldc-master ] runs-on: ${{ matrix.os }} steps: @@ -61,7 +61,7 @@ env: COVERAGE: false # The value doesn't matter as long as it's > 2.087 - FRONTEND: 2.093.0 + FRONTEND: 2.095.0 run: | dub build --compiler=${{ env.DC }} dub run --compiler=${{ env.DC }} --single test/issue2051_running_unittests_from_dub_single_file_packages_fails.d