Skip to content

Commit

Permalink
Poking test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Danack committed Jul 7, 2024
1 parent 85d4854 commit 7e433de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
php: [ 8.3 ]
imagemagick: [
# 7.1.0-13,
6.8.7-0,
6.7.8-0,
]
runs-on: ${{ matrix.os }}

Expand Down
4 changes: 2 additions & 2 deletions tests/014-setresourcelimit.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ if (defined('Imagick::RESOURCETYPE_THREAD')) {
$tests[Imagick::RESOURCETYPE_THREAD] = 1;
}
if (defined('Imagick::RESOURCETYPE_WIDTH')) {
$tests[Imagick::RESOURCETYPE_WIDTH] = $g;
$tests[Imagick::RESOURCETYPE_WIDTH] = 15 * $k;
}
if (defined('Imagick::RESOURCETYPE_HEIGHT')) {
$tests[Imagick::RESOURCETYPE_HEIGHT] = $g;
$tests[Imagick::RESOURCETYPE_HEIGHT] = 15 * $k;
}

$reflection_class = new ReflectionClass(Imagick::class);
Expand Down

0 comments on commit 7e433de

Please sign in to comment.