-
-
Notifications
You must be signed in to change notification settings - Fork 731
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
Vagrant and CI tests for Ubuntu 22.04 #2691
Conversation
You need to make the script executable.
Just leave them, I haven't made up my mind about #2601 yet. |
Somewhere while running |
Oh, did this include the tests already? I don't think it's worth bothering before there is an official Ubuntu 22 Github Actions environment. But I see that the installation run works fine. So lets keep that. |
Github Actions has Ubuntu 22 in pubic beta now actions/runner-images#5490 |
Oh lovely, phpunit has breaking changes, too. Repeating my recommendation from above: let's get the installation instruction + CI Tests / install merged. Then tackle all the failing tests and checks one after another in separate PRs. |
#2706 deals with the phpunit failures. Tested locally on Ubuntu 20 and 22. |
32c7dd7
to
982a2bb
Compare
Jay! |
Ubuntu 22 LTS got released https://wiki.ubuntu.com/Releases
The
ci-tests.yml
still have some mentions of CentOS, I wasn't sure if we want to remove them as well.