Skip to content

Commit 8e1d1a1

Browse files
committed
ci(php): Use PHP 8.4 for linting
1 parent f3f0875 commit 8e1d1a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
env:
2323
clang: "17"
24-
php_version: "8.2"
24+
php_version: "8.4"
2525
steps:
2626
- name: Checkout
2727
uses: actions/checkout@v5

0 commit comments

Comments
 (0)