-
Notifications
You must be signed in to change notification settings - Fork 118
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
Test on PHP 8.3 and Drupal 10.3 #1007
Conversation
I could use some help here. I "fixed"(?) all the tests so that they don't use
|
I think I can run these tests fro ma local homebrew PHP8.3 setup. I know there a re a few PHPUnit tests that assume the existence of an ActiveMQ server but I should be able to get to the problem you're seeing. Will report back. |
Checking out the line in question from the test:
$this->drupalGet($media_url, [], ['Cache-Control' => 'no-cache']); As in, I'm thinking it's trying to use the numerical offset as the There may be some other sections requiring a similar fix, such as
|
@alxp You should be able to test this now with the tag issue-329. Nigel updated those images to use PHP 8.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.
All changes look good.
GitHub Issue: (link)
Release pull requests, etc.)
What does this Pull Request do?
Tests now run on PHP 8.1, 8.2, and 8.3 and Drupal 10.1, 10.2, and 10.3-dev.
What's new?
(i.e. Regeneration activity, etc.)? no
How should this be tested?
Documentation Status
Additional Notes:
Any additional information that you think would be helpful when reviewing this
PR.
Interested parties
Tag (@ mention) interested parties or, if unsure, @Islandora/committers