Skip to content
Merged
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
12 changes: 9 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,15 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
gnat_version: [12, 13, 14, 15]
# Pre -12 don't support Ada 2022
# 13.2 is buggy w.r.t. to finalization
gnat_version: [13, 14, 15]
# Pre -12 don't support Ada 2022.
# 12 dies with bug box in some Yeison 22 tests.
# 13.x is buggy w.r.t. to finalization.
# When 16 is added here: re-test combined named+unnamed container
# aggregates (single type with both Add_Unnamed and Add_Named). Rejected
# by 14.2/15.2 ("conflicting operations for aggregate, RM 4.3.5"); if 16
# supports it, drop yeison_22's "+[...]" operator. See
# yeison_22/src/yeison-operators.ads.
exclude:
# Some combos are not supported due to missing pieces in the toolchain
# No builds of gcc-10, -11, -12 that work on arm64
Expand Down
114 changes: 0 additions & 114 deletions yeison_12/src/yeison_generic-operators.adb

This file was deleted.

45 changes: 0 additions & 45 deletions yeison_12/src/yeison_generic-operators.ads

This file was deleted.

Loading
Loading