Skip to content

Commit 0e67fa7

Browse files
Use PHP 8.4 for dependency-validation job
1 parent f3d9714 commit 0e67fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install PHP
2929
uses: shivammathur/setup-php@v2
3030
with:
31-
php-version: 8.3
31+
php-version: 8.4
3232
extensions: none, ctype, curl, dom, json, libxml, mbstring, openssl, phar, soap, tokenizer, xml, xmlwriter
3333
coverage: none
3434
tools: none

0 commit comments

Comments
 (0)