Skip to content

Commit 52570c5

Browse files
Use PHP 8.4 for static-analysis job
1 parent 46af700 commit 52570c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Install PHP
4343
uses: shivammathur/setup-php@v2
4444
with:
45-
php-version: 8.3
45+
php-version: 8.4
4646
extensions: none, ctype, dom, iconv, mbstring, opcache, simplexml, tokenizer, xml, xmlwriter
4747
coverage: none
4848
tools: none

0 commit comments

Comments
 (0)