Skip to content

Conversation

@luca-rath
Copy link
Contributor

No description provided.

@luca-rath
Copy link
Contributor Author

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

@luca-rath luca-rath force-pushed the feature/github-actions branch 2 times, most recently from 987a530 to e4db24d Compare October 7, 2021 08:10
@luca-rath luca-rath force-pushed the feature/github-actions branch from e4db24d to 01e8378 Compare October 7, 2021 08:30
@luca-rath
Copy link
Contributor Author

@alexander-schranz tests are passing now

@luca-rath
Copy link
Contributor Author

@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"
Copy link
Member

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?

Copy link
Contributor Author

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

Copy link
Member

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

Copy link
Contributor Author

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",
Copy link
Member

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

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');
}

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@alexander-schranz
Copy link
Member

Just some questions about the dependency updates.

@luca-rath luca-rath force-pushed the feature/github-actions branch from ec9a458 to e093b81 Compare November 2, 2021 06:52
@alexander-schranz alexander-schranz merged commit 8a02571 into sulu:master Nov 2, 2021
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.

3 participants

SYSTEM_READY >> ...MS