Skip to content

Commit

Permalink
removed support for dmd-2.085
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlalis committed Feb 26, 2023
1 parent c50a584 commit 971bde6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
compiler: [dmd-2.085.0, dmd-2.099.1, dmd-latest, ldc-latest]
compiler: [dmd-2.099.1, dmd-latest, ldc-latest]

runs-on: ${{ matrix.os }}
steps:
Expand All @@ -38,7 +38,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
compiler: [dmd-2.085.0, dmd-2.099.1, dmd-latest, ldc-latest]
compiler: [dmd-2.099.1, dmd-latest, ldc-latest]

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 971bde6

Please sign in to comment.