Skip to content

Commit f9cae12

Browse files
authored
[TASK] Switch the static analysis CI jobs to PHP 8.3 (#446)
This should improve CI performance a bit.
1 parent a068287 commit f9cae12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- fixer
9090
- stan
9191
php-version:
92-
- '7.4'
92+
- '8.3'
9393

9494
steps:
9595
- name: Checkout

0 commit comments

Comments
 (0)