Skip to content

Commit 9b769ad

Browse files
committed
upgrade PHP version on actions runner
1 parent b255820 commit 9b769ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull-request-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
- name: Installing dependencies
1919
uses: php-actions/composer@v6
2020
with:
21-
php_version: 8.1
21+
php_version: 8.2
2222

2323
- name: Running unit test
2424
uses: php-actions/phpunit@v3
2525
with:
2626
version: 9.6
27-
php_version: 8.1
27+
php_version: 8.2
2828
configuration: phpunit.xml

0 commit comments

Comments
 (0)