Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test with matrix of swift versions #46

Open
pgautier404 opened this issue Nov 16, 2023 · 0 comments
Open

test with matrix of swift versions #46

pgautier404 opened this issue Nov 16, 2023 · 0 comments
Labels

Comments

@pgautier404
Copy link
Collaborator

We're currently using a swift 5.8 container for testing, as there are issues with the standard gh action that provides the swift binary. We are ostensibly (arbitrarily) supporting 5.4 as our minimum, version, so we should include that version in our testing as well (at least). I tried just bumping down the container version, but the tests failed because that version of the language apparently uses a different schema for Package.resolved than 5.8 does. It may just be best to not ship that file so we can test multiple versions, but for right now I just went with 5.8 as the single testing platform. As we explore this issue, it would be nice to see if there's another alternative to the broken swift action than using a container, as the container is very slow and therefore not ideal for testing a matrix of versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant