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

Enable the caller to select the newest or oldest-supported GHC #53

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

Kleidukos
Copy link
Owner

@Kleidukos Kleidukos commented Sep 2, 2024

With the following stanza: tested-with: GHC ==9.10.1 || ==9.6.6 || ==8.10.7

❯ cabal run -- get-tested --ubuntu-version=latest *.cabal
matrix={"include":[{"ghc":"9.10.1","os":"ubuntu-latest"},{"ghc":"9.6.6","os":"ubuntu-latest"},{"ghc":"8.10.7","os":"ubuntu-latest"}]}

❯ cabal run -- get-tested --newest --ubuntu-version=latest *.cabal
matrix={"include":[{"ghc":"9.10.1","os":"ubuntu-latest"}]}

❯ cabal run -- get-tested --oldest --ubuntu-version=latest *.cabal
matrix={"include":[{"ghc":"8.10.7","os":"ubuntu-latest"}]}

cc @mmhat

relates to #52

@Kleidukos Kleidukos force-pushed the flag-for-newest-and-oldest-releases branch 17 times, most recently from 0cf7ed3 to cd03592 Compare September 2, 2024 20:15
app/Main.hs Outdated Show resolved Hide resolved
get-tested.cabal Show resolved Hide resolved
src/GetTested/Extract.hs Outdated Show resolved Hide resolved
src/GetTested/Extract.hs Outdated Show resolved Hide resolved
@Kleidukos Kleidukos force-pushed the flag-for-newest-and-oldest-releases branch 5 times, most recently from 2c5b754 to 83583dc Compare September 3, 2024 12:15
@Kleidukos
Copy link
Owner Author

@mmhat I have made the options mutually incompatible. Anything else you'd like to ask for?

@Kleidukos Kleidukos force-pushed the flag-for-newest-and-oldest-releases branch 2 times, most recently from 9f69231 to b9ee0fb Compare September 3, 2024 12:53
@Kleidukos Kleidukos force-pushed the flag-for-newest-and-oldest-releases branch from b9ee0fb to 9ce26e3 Compare September 3, 2024 13:00
@mmhat
Copy link
Contributor

mmhat commented Sep 3, 2024

@mmhat I have made the options mutually incompatible. Anything else you'd like to ask for?

No, LGTM 🙂

@Kleidukos Kleidukos merged commit 50332b5 into main Sep 3, 2024
9 checks passed
@Kleidukos Kleidukos deleted the flag-for-newest-and-oldest-releases branch September 3, 2024 14:17
@Kleidukos Kleidukos changed the title Enable the caller to select the newest, oldest-supported GHC, or both Enable the caller to select the newest or oldest-supported GHC Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants