Skip to content

Commit a135231

Browse files
Use PHP 8.2
1 parent caff3fd commit a135231

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install PHP
2626
uses: shivammathur/setup-php@v2
2727
with:
28-
php-version: 8.1
28+
php-version: 8.2
2929
coverage: none
3030

3131
- name: Run PHP-CS-Fixer
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install PHP
4444
uses: shivammathur/setup-php@v2
4545
with:
46-
php-version: 8.1
46+
php-version: 8.2
4747
coverage: none
4848

4949
- name: Install dependencies with Composer

0 commit comments

Comments
 (0)