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

Pico 3.0 #2

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open

Pico 3.0 #2

wants to merge 30 commits into from

Conversation

PhrozenByte
Copy link
Collaborator

Since the issues with our old dependencies kinda got out of hand lately (see picocms/Pico#528, picocms/Pico#534 and picocms/Pico@8a44584), it's time to kick-start development of Pico 3.0 🎉

Major changes are going to be updated dependencies (Twig 3.0+ and Symfony YAML 5.0+) and lifting the requirements to PHP 7.2.5+. We […] [will] focus on lazy page discovery and loading.

As always, feedback is highly appreciated! ❤️

Please use this PR for code reviews only, for a list of major changes and for comments please refer to picocms/Pico#535

Runs `composer install` and `phpcs` on basically every push, replaces Travis CI (which was never actually in use here, but nevertheless...).
This is more or less a copy of Pico's new CI pipeline. It heavily refactors and simplifies the CI pipeline and now uses the GitHub CLI `gh` to deploy new releases. You can use the Makefile to both just build new releases (possibly just locally), and to also publish them. PicoDeprecated's build script no longer depends on any external resources (like our `picocms/ci-tools` collection), but on a few runtime dependencies (namely `git`, `rsync`, and `jq`, as well as the GitHub CLI `gh` with working authentication).
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