Skip to content

Commit ea14c7b

Browse files
committed
Use PHP 8.4 in GH Actions
1 parent 8aaf577 commit ea14c7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/static_analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v6
2222
- uses: shivammathur/setup-php@v2
2323
with:
24-
php-version: '8.3'
24+
php-version: '8.4'
2525
coverage: none
2626

2727
# Install Flex as a global dependency to enable usage of extra.symfony.require

0 commit comments

Comments
 (0)