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

feat: add github ci #100

Merged
merged 7 commits into from
Apr 19, 2024
Merged

Conversation

Gwemox
Copy link
Contributor

@Gwemox Gwemox commented Apr 18, 2024

Here is a functional CI with Github Actions. It has helped me identify several issues:

  • The PHP minimum version is 8.1 in the composer.json, while the tests were on 7.3 and 7.4. And the documentation still displays 7.3 as the minimum.
  • We were trying to test a JSON CAST for MariaDB when it is not available.

@Gwemox Gwemox force-pushed the feat/github-actions branch 9 times, most recently from 0495e1b to e0a0eb2 Compare April 18, 2024 18:03
@Gwemox Gwemox changed the title DRAFT: feat: add github ci feat: add github ci Apr 18, 2024
.github/workflows/ci.yml Show resolved Hide resolved
.github/workflows/ci.yml Outdated Show resolved Hide resolved
.github/workflows/ci.yml Outdated Show resolved Hide resolved
@x86demon x86demon merged commit 4e1923f into oroinc:master Apr 19, 2024
3 checks passed
@x86demon
Copy link
Collaborator

@Gwemox Thank you very much for your contribution. Great job 🥇

x86demon added a commit that referenced this pull request Apr 24, 2024
x86demon added a commit that referenced this pull request Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants