Support Flow 8.3 and 8.4 - #77
Merged
Merged
Conversation
The package now works with Flow 8.3 (8.3.13 or later) and Flow 8.4 in addition to Flow 9. CI also tests the highest dependencies with Flow 8.4 and the lowest dependencies with Flow 9.0. Flow 8.3 allows Doctrine ORM 2.9, which lacks the ORMException class that OpenIdConnectClient catches, so the package requires ORM 2.10 or later. Flow releases before 8.3.13 trigger deprecation notices on PHP 8.4 and later, so they are excluded. The requirements in the README still named Flow 7.3.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The package now supports Flow 8.3 (8.3.13 or later) and Flow 8.4 in addition to Flow 9, so applications which are not on Flow 9 yet can use the next major release.
Flow 8.3 allows Doctrine ORM 2.9, which lacks the
ORMExceptionclass thatOpenIdConnectClientcatches, so the package now requires ORM 2.10 or later. Flow releases before 8.3.13 are excluded, because they trigger deprecation notices on PHP 8.4 and later. The requirements in the README are updated as well.The CI matrix keeps the six jobs for lowest and highest dependencies on PHP 8.3, 8.4 and 8.5, which now resolve to Flow 8.3 and Flow 9. Six additional jobs cover Flow 8.4 with the highest and Flow 9.0 with the lowest dependencies.