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

Workflows: Install SVN before running tests #254

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

costdev
Copy link
Contributor

@costdev costdev commented Jan 8, 2025

Pull Request

What changed?

The PHPUnit test workflow now installs Subversion before setting up the tests.

Why did it change?

Subversion was removed from GitHub Actions' default packages for Ubuntu 24, which causes PHPUnit test setup to fail.

Did you fix any specific issues?

Fixes #253

CERTIFICATION

By opening this pull request, I do agree to abide by the Code of Conduct and be bound by the terms of the Contribution Guidelines in effect on the date and time of my contribution as proven by the revision information in GitHub.

Subversion was removed from GitHub Actions' default packages for Ubuntu 24.

The tests installer uses Subversion internally. This change installs Subversion.
@costdev costdev marked this pull request as ready for review January 8, 2025 23:20
@costdev costdev merged commit 3206ff0 into aspirepress:main Jan 8, 2025
5 checks passed
@costdev costdev deleted the workflows/install-svn branch January 8, 2025 23:21
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.

[Bug]: PHPUnit test setup fails due to missing Subversion
1 participant