We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09be53a commit 6a5c12dCopy full SHA for 6a5c12d
.github/workflows/run-tests.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Setup PHP
22
uses: shivammathur/setup-php@v2
23
with:
24
- php-version: 8.0
+ php-version: 8.1
25
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite
26
coverage: none
27
0 commit comments