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

Updating generated CI with latest version #859

Merged
merged 2 commits into from
Apr 15, 2024
Merged

Updating generated CI with latest version #859

merged 2 commits into from
Apr 15, 2024

Conversation

jwoertink
Copy link
Member

Fixes #817

This updates several versions in the generated CI including a later version of Postgres, action updates, and also removes the tasks binary cache. Since the migrations run through tasks, if your tasks are cached and you make an update to migrations, they may not run properly.

Also, the Sectester JS deal isn't necessary anymore, so we don't even need to generate that.

… tasks cache to avoid issues when migrations change and such. Fixes #817
@jwoertink
Copy link
Member Author

@mdwagner How does this work? I see there's some expected template in fixtures. Do I have to update the fixture to match what I'm looking for, or is there a command that does it? Also, I'm updating the minimum Crystal version. I see they all say 1.6.2, where does that get defined?

@mdwagner
Copy link
Contributor

There is a command to update a snapshot, it's in the Earthfile (update-snapshot), but if you don't want to use that, just look at what it runs.

@mdwagner
Copy link
Contributor

And I think the shard file generator spec defines a particular version.

@jwoertink jwoertink merged commit 437fee7 into main Apr 15, 2024
5 checks passed
@jwoertink jwoertink deleted the issuues/817 branch April 15, 2024 23:55
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.

Weak cache key for Crystal cache in generated CI workflow
2 participants