Skip to content

Commit 0521aed

Browse files
committed
Run tests with PHP 8.1
1 parent 6d9cf3b commit 0521aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: Setup PHP with PECL extension
99
uses: shivammathur/setup-php@v2
1010
with:
11-
php-version: '8.0'
11+
php-version: '8.1'
1212
extensions: imagick
1313
- name: Composer install
1414
run: composer install --optimize-autoloader --prefer-dist

0 commit comments

Comments
 (0)