Fixes for swift 5.8 (#42)

* Fixes for swift 5.8

* Add 5.8 to CI

* More fixes
This commit is contained in:
Adam Fowler
2024-07-19 10:52:49 +01:00
committed by GitHub
parent 5bb66ac425
commit cde358e364
3 changed files with 15 additions and 12 deletions

View File

@@ -16,7 +16,7 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
image: ["swift:5.9", "swift:5.10", "swiftlang/swift:nightly-6.0-jammy"]
image: ["swift:5.8", "swift:5.9", "swift:5.10", "swiftlang/swift:nightly-6.0-jammy"]
container:
image: ${{ matrix.image }}