Skip to content

Commit ccba5cf

Browse files
committed
Bump PHP to 8.3
1 parent 5654dbf commit ccba5cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cs.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup PHP
2222
uses: shivammathur/setup-php@v2
2323
with:
24-
php-version: '8.2'
24+
php-version: '8.3'
2525

2626
- name: Install dependencies
2727
run: composer update --no-progress --no-interaction --prefer-dist
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup PHP
4040
uses: shivammathur/setup-php@v2
4141
with:
42-
php-version: '8.2'
42+
php-version: '8.3'
4343

4444
- name: Install dependencies
4545
run: composer update --no-progress --no-interaction --prefer-dist

0 commit comments

Comments
 (0)