-
Notifications
You must be signed in to change notification settings - Fork 7
Replace CircleCI with Github Actions #40
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
Replace CircleCI with Github Actions #40
Conversation
|
Github actions aren't triggered in this pull request, because the repository doesn't have any github action defined yet. CI results can be found here: luca-rath#1 |
7dc70fc to
962b977
Compare
987a530 to
e4db24d
Compare
e4db24d to
01e8378
Compare
|
@alexander-schranz tests are passing now |
|
@alexander-schranz can we merge this? |
| "require": { | ||
| "php": "^7.1 || ^8.0", | ||
| "twig/twig": "^1.34 || ^2.4 || ^3.0" | ||
| "twig/twig": "^1.38 || ^2.7 || ^3.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
which versions we use from this versions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found some Sulu 2 projects using 2.14 up to 3.3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry which twig extension I meaned is required for the upgrade
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure what you mean, the tests were failing for the PortalExtension and for the ComponentExtension, see https://github.com/luca-rath/web-twig/runs/3815455160?check_suite_focus=true
composer.json
Outdated
| "phpunit/phpunit": "^5.0 || ^6.0 || ^7.0 || ^7.1 || ^8.5", | ||
| "symfony/intl": "^2.8 || ^3.0 || ^4.0 || ^5.0", | ||
| "phpunit/phpunit": "^7.5 || ^8.5", | ||
| "symfony/intl": "^4.4 || ^5.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are the old intl versions not supported?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should just skip the alpha3 tests for this versions, like we skipping some tests for newer versions. e.g.:
if (!class_exists(Countries::class)) {
$this->markTestSkipped('Alpha3 requires atleast Symfony 4.4');
}There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
|
Just some questions about the dependency updates. |
8dc3918 to
ec9a458
Compare
ec9a458 to
e093b81
Compare
No description provided.