-
Notifications
You must be signed in to change notification settings - Fork 30
Execute units tests against php 8.1 & 8.2 #888
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
Conversation
80a1672 to
eec27aa
Compare
Executes unit tests against more recent php versions on master and stable27 Resolves : #868 Signed-off-by: fenn-cs <[email protected]>
eec27aa to
7dd67de
Compare
| matrix: | ||
| php-versions: ['8.0', '8.1', '8.2'] | ||
| server-versions: ['master'] | ||
| server-versions: ['master', 'stable27'] |
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 stable27 this is only for the master branch, stable27 should only be tested on its own branch.
(so backporting this to stable27 instead)
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.
I think that is about adding 8.2 also to the stable27 branch.
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.
yes, what susnux says
nickvergessen
left a comment
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.
Basically #877 fixed master,
but the change should be either backported to stable27, or you manually add 8.2 to all phpunit-* files tehre
| matrix: | ||
| php-versions: ['8.0'] | ||
| server-versions: ['master'] | ||
| php-versions: ['8.0', '8.1', '8.2'] |
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.
this should also not be changed, to keep the CI matrix small.
|
Closing this with : #916 |
Executes unit tests against more recent php versions on master and stable27
Resolves : #868