Skip to content

Commit fd8a59d

Browse files
Use PHP 8.2
1 parent 50a1afd commit fd8a59d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install PHP
2323
uses: shivammathur/setup-php@v2
2424
with:
25-
php-version: 8.1
25+
php-version: 8.2
2626
coverage: none
2727

2828
- name: Run PHP-CS-Fixer
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install PHP
4141
uses: shivammathur/setup-php@v2
4242
with:
43-
php-version: 8.1
43+
php-version: 8.2
4444
coverage: none
4545

4646
- name: Install dependencies with Composer

0 commit comments

Comments
 (0)