Skip to content

Commit ad75ab0

Browse files
committed
Add tested support for PHP 8.5
1 parent bfeaa4f commit ad75ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
php: [ '8.1', '8.2', '8.3', '8.4' ]
11+
php: [ '8.1', '8.2', '8.3', '8.4', '8.5' ]
1212
imagemagick: [ '6.9.13-25', '7.1.1-47' ]
1313

1414
name: PHP ${{ matrix.php }} - ImageMagick ${{ matrix.imagemagick }}

0 commit comments

Comments
 (0)