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 126b378 commit ae59325Copy full SHA for ae59325
.github/workflows/build.yml
@@ -35,6 +35,7 @@ jobs:
35
- name: Setup PHP
36
uses: shivammathur/setup-php@v2
37
with:
38
+ php-version: 8.2
39
extensions: curl, mbstring, zip, pcntl, pdo, pdo_sqlite, iconv, json, dom, curl, libxml, fileinfo, tokenizer, xml
40
ini-values: error_reporting=E_ALL
41
coverage: xdebug
0 commit comments