Skip to content

Commit 78a6d29

Browse files
Modify phpunit.yml file
1 parent 6f947ab commit 78a6d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup PHP
1818
uses: shivammathur/setup-php@v2
1919
with:
20-
php-version: '8.0'
20+
php-version: '8.1'
2121

2222
- name: Install dependencies
2323
run: composer update --ignore-platform-req=ext-iconv

0 commit comments

Comments
 (0)