Skip to content

Commit b9b97f1

Browse files
Use PHP 8.3
1 parent 31030e1 commit b9b97f1

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
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install PHP
2626
uses: shivammathur/setup-php@v2
2727
with:
28-
php-version: 8.2
28+
php-version: 8.3
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.2
46+
php-version: 8.3
4747
coverage: none
4848

4949
- name: Install dependencies with Composer

0 commit comments

Comments
 (0)