Skip to content

Commit

Permalink
Merge pull request #11760 from greg0ire/fix-merge-up
Browse files Browse the repository at this point in the history
Run SA checks with PHP 8.4
  • Loading branch information
greg0ire authored Dec 8, 2024
2 parents f7f3104 + 4e01567 commit 46c94e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
coverage: none
php-version: "8.3"
php-version: "8.4"
tools: cs2pr

- name: Require specific DBAL version
Expand Down

0 comments on commit 46c94e3

Please # to comment.