We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d9cf3b commit 0521aedCopy full SHA for 0521aed
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
- name: Setup PHP with PECL extension
9
uses: shivammathur/setup-php@v2
10
with:
11
- php-version: '8.0'
+ php-version: '8.1'
12
extensions: imagick
13
- name: Composer install
14
run: composer install --optimize-autoloader --prefer-dist
0 commit comments