Skip to content

Commit

Permalink
ci: Test against PHP 8.4 (#40255)
Browse files Browse the repository at this point in the history
It'll be released soon, let's try testing against it.

To make it work, we had to fix one test in changelogger (PHP 8.4 changed
an error message) and disable deprecation warnings for a call to Phan in
a phan-plugins test because microsoft/tolerant-php-parser has not had a
8.4-safe release yet.

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11936686391

Upstream-Ref: Automattic/jetpack@979a6c9
  • Loading branch information
anomiex authored and matticbot committed Nov 20, 2024
1 parent 704c84d commit 4d5b2e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-device-detection",
"reference": "0cab0cbb7901b936632562da29b00065329428a3"
"reference": "f3cca786fe8d33bc70ad4c637adc5c51acccf4c6"
},
"require": {
"php": ">=7.2"
Expand Down
2 changes: 1 addition & 1 deletion vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'automattic/jetpack-device-detection' => array(
'pretty_version' => '3.0.0',
'version' => '3.0.0.0',
'reference' => '0cab0cbb7901b936632562da29b00065329428a3',
'reference' => 'f3cca786fe8d33bc70ad4c637adc5c51acccf4c6',
'type' => 'jetpack-library',
'install_path' => __DIR__ . '/../automattic/jetpack-device-detection',
'aliases' => array(),
Expand Down

0 comments on commit 4d5b2e0

Please sign in to comment.