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 0ba23aa commit 21044d2Copy full SHA for 21044d2
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install PHP
23
uses: shivammathur/setup-php@v2
24
with:
25
- php-version: 8.0
+ php-version: 8.1
26
extensions: :apcu, :imagick
27
coverage: none
28
tools: none
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
47
48
0 commit comments