Skip to content

Commit 2fe66d0

Browse files
authored
Upgrade mitoteam/jpgraph for Php8.2 Usage (PHPOffice#3058)
They just released a Php8.2-compatible version. We should use that version going forward. Some tests had been disabled in 8.2 due to the problems which the new release fixes; these are now restored.
1 parent b5f70de commit 2fe66d0

File tree

3 files changed

+14
-17
lines changed

3 files changed

+14
-17
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"dealerdirect/phpcodesniffer-composer-installer": "dev-master",
8282
"dompdf/dompdf": "^1.0 || ^2.0",
8383
"friendsofphp/php-cs-fixer": "^3.2",
84-
"mitoteam/jpgraph": "^10.1",
84+
"mitoteam/jpgraph": "10.2.2",
8585
"mpdf/mpdf": "8.1.1",
8686
"phpcompatibility/php-compatibility": "^9.3",
8787
"phpstan/phpstan": "^1.1",

composer.lock

+13-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/PhpSpreadsheetTests/Helper/SampleTest.php

-6
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ public function providerSample(): array
2727
{
2828
$skipped = [
2929
];
30-
if (PHP_VERSION_ID >= 80200) {
31-
// Hopefully temporary. Continue to try
32-
// 32_chart_read_write_PDF/HTML
33-
// so as not to lose track of the problem.
34-
$skipped[] = 'Chart/35_Chart_render.php';
35-
}
3630

3731
// Unfortunately some tests are too long to run with code-coverage
3832
// analysis on GitHub Actions, so we need to exclude them

0 commit comments

Comments
 (0)