mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
Add/reenable old compilers to find new baseline version
This commit is contained in:
parent
0d9cf99077
commit
313dc98841
20
.github/workflows/dub.yml
vendored
20
.github/workflows/dub.yml
vendored
|
@ -70,14 +70,20 @@ jobs:
|
|||
- dmd-2.091.1
|
||||
- dmd-2.090.1
|
||||
- dmd-2.089.1
|
||||
- dmd-2.088.1 # mac-latest is ok with dmd-2.088 or higher but the ldc versions can be a problem
|
||||
# - dmd-2.087.1
|
||||
# - dmd-2.086.1
|
||||
# - dmd-2.085.1
|
||||
# - dmd-2.077.1
|
||||
- dmd-2.076.1 # gdc (gcc v9 - v11.1) supports D at this version
|
||||
- dmd-2.088.1
|
||||
- dmd-2.087.1
|
||||
- dmd-2.086.1
|
||||
- dmd-2.085.1
|
||||
- dmd-2.084.1
|
||||
- dmd-2.083.1
|
||||
- dmd-2.082.1
|
||||
- dmd-2.081.2
|
||||
- dmd-2.080.1
|
||||
- dmd-2.079.1
|
||||
- dmd-2.078.3
|
||||
- dmd-2.077.1
|
||||
- dmd-2.076.1
|
||||
# - dmd-2.068.2 # Fails to download (signature error)
|
||||
# - ldc-1.25.1 # eq to dmd v2.095.1 (excluded as this version seemed to be a bad release)
|
||||
- ldc-1.24.0 # eq to dmd v2.094.1
|
||||
- ldc-1.23.0 # eq to dmd v2.093.1
|
||||
# - ldc-1.22.0 # eq to dmd v2.092.1
|
||||
|
|
Loading…
Reference in a new issue