Skip to content

Commit 3110ab5

Browse files
committed
Update Github action runner to PHP 8.1
1 parent 9b72679 commit 3110ab5

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
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup PHP
3636
uses: shivammathur/setup-php@v2
3737
with:
38-
php-version: '8.1'
38+
php-version: '8.2'
3939
extensions: mbstring, xml, curl
4040
tools: composer:v2
4141

0 commit comments

Comments
 (0)