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

phpunit.yml: extend workflow to run for all supported PHP versions (7.1 - 8.3) #43

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

k00ni
Copy link
Collaborator

@k00ni k00ni commented Feb 28, 2024

Adding Github Action to run PHPUnit was a good move @pietercolpaert

I extended it so it runs our tests for each major PHP version (7.1-8.3), even though versions prior 8.0 are EOL (source: https://www.php.net/supported-versions.php).

@k00ni k00ni changed the title phpunit.yml: extend workflow to run for all major PHP versions (7.1 - 8.3) phpunit.yml: extend workflow to run for all supported PHP versions (7.1 - 8.3) Feb 28, 2024
@pietercolpaert
Copy link
Owner

Good move as well. We claim it works for specific versions of PHP in the readme so we better test it as well :)

@k00ni
Copy link
Collaborator Author

k00ni commented Feb 28, 2024

It also helps us to stay sane 😆

Thanks for the quick approval. Cheers 🍾

@k00ni k00ni merged commit 8dbfb31 into master Feb 28, 2024
8 checks passed
@k00ni k00ni deleted the feature/run-workflow-for-all-major-php-versions branch February 28, 2024 12:25
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.

None yet

2 participants