Skip to content

Commit fc43cc5

Browse files
committed
Fix CI
1 parent 2a0b9e1 commit fc43cc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
../../vendor/bin/phpcs lib/ ./*.php
7171
7272
- name: CS Fixer
73-
if: matrix.php-versions == '8.2'
73+
if: matrix.php-versions == '8.3'
7474
run: |
7575
cd galette-core/galette/plugins/plugin-activities
7676
../../vendor/bin/php-cs-fixer check --show-progress=dots --verbose --diff

0 commit comments

Comments
 (0)