Skip to content

Commit f6e3cd3

Browse files
committed
fix(ci): Fix php version for recipes-contrib repository
1 parent 6ff82bc commit f6e3cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/callable-watch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up PHP
2323
uses: shivammathur/setup-php@v2
2424
with:
25-
php-version: 8.1
25+
php-version: 8.2
2626
coverage: none
2727

2828
- name: Checkout code

0 commit comments

Comments
 (0)