Skip to content

Commit 9e48fa0

Browse files
authored
Merge pull request #7835 from takano32/use-php-8.1-for-php-documentor
[GitHub Actions] Use PHP 8.1 for phpDocumentor
2 parents c20c43a + 1ffe439 commit 9e48fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-apidocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Setup PHP
4444
uses: shivammathur/setup-php@v2
4545
with:
46-
php-version: '8.0'
46+
php-version: '8.1'
4747
tools: phive
4848
coverage: none
4949

0 commit comments

Comments
 (0)