We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46af700 commit 52570c5Copy full SHA for 52570c5
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Install PHP
43
uses: shivammathur/setup-php@v2
44
with:
45
- php-version: 8.3
+ php-version: 8.4
46
extensions: none, ctype, dom, iconv, mbstring, opcache, simplexml, tokenizer, xml, xmlwriter
47
coverage: none
48
tools: none
0 commit comments