Skip to content

Commit a0953e2

Browse files
committed
minor #19831 Use PHP 8.2 for build (OskarStark)
This PR was merged into the 7.0 branch. Discussion ---------- Use PHP 8.2 for build Commits ------- 9fafa5f Use PHP 8.2 for build
2 parents a1ab5fd + 9fafa5f commit a0953e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: "Set-up PHP"
2727
uses: shivammathur/setup-php@v2
2828
with:
29-
php-version: 8.1
29+
php-version: 8.2
3030
coverage: none
3131
tools: "composer:v2"
3232

0 commit comments

Comments
 (0)