Skip to content

Commit ed71165

Browse files
committed
Fix CI: use PHP 8.3 for coding standards job
1 parent f0aae9b commit ed71165

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integrate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup PHP
1818
uses: shivammathur/setup-php@v2
1919
with:
20-
php-version: '8.1'
20+
php-version: '8.3'
2121
coverage: none
2222
# ✅ Extensions required for PHD
2323
extensions: >

0 commit comments

Comments
 (0)