Skip to content

Commit 98fabea

Browse files
committed
Run cs-fixer task on PHP 8.1
1 parent e753161 commit 98fabea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fix-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup PHP
2020
uses: shivammathur/setup-php@v2
2121
with:
22-
php-version: 8.0
22+
php-version: 8.1
2323

2424
- name: Install dependencies
2525
run: composer install

0 commit comments

Comments
 (0)