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

Move CI to GitHub Actions #1133

Merged
merged 3 commits into from
Sep 30, 2024
Merged

Move CI to GitHub Actions #1133

merged 3 commits into from
Sep 30, 2024

Conversation

tombruijn
Copy link
Member

@tombruijn tombruijn commented Sep 30, 2024

Upgrade RuboCop and fix new issues

Let's run RuboCop on Ruby 3.3 on the CI. For that to work, update RuboCop and fix some new issues from the upgraded version.

Move CI to GitHub Actions

I've kept the matrix generator script to run the package tests and extra tests for each Node.js version.

Downgrade postgres to fix integration test

The prisma postgres test app had an error on postgres 17. Downgrade to the latest 16.4 version.

ERROR:  column d.daticulocale does not exist
LINE 6:        d.daticulocale as "ICU Locale",
               ^
HINT:  Perhaps you meant to reference the column "d.datlocale".


[skip review]
[skip changeset]

@tombruijn tombruijn self-assigned this Sep 30, 2024
@tombruijn tombruijn force-pushed the github-actions branch 5 times, most recently from 3ec1691 to 1966c3e Compare September 30, 2024 16:20
Let's run RuboCop on Ruby 3.3 on the CI. For that to work, update
RuboCop and fix some new issues from the upgraded version.
@tombruijn tombruijn force-pushed the github-actions branch 8 times, most recently from d666fb2 to 88ecd7f Compare September 30, 2024 17:07
I've kept the matrix generator script to run the package tests and extra
tests for each Node.js version.
The prisma postgres test app had an error on postgres 17. Downgrade to
the latest 16.4 version.

```
ERROR:  column d.daticulocale does not exist
LINE 6:        d.daticulocale as "ICU Locale",
               ^
HINT:  Perhaps you meant to reference the column "d.datlocale".

```
@tombruijn tombruijn marked this pull request as ready for review September 30, 2024 19:29
@tombruijn tombruijn merged commit 6b0b4c6 into main Sep 30, 2024
29 of 30 checks passed
@tombruijn tombruijn deleted the github-actions branch September 30, 2024 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant