diff --git a/.github/workflows/test-coding-standard.yml b/.github/workflows/test-coding-standard.yml index aceec4f..3d47bbe 100644 --- a/.github/workflows/test-coding-standard.yml +++ b/.github/workflows/test-coding-standard.yml @@ -29,7 +29,7 @@ jobs: strategy: fail-fast: false matrix: - php-versions: ['7.4', '8.0', '8.1'] + php-versions: ['7.4', '8.3'] steps: - name: Checkout @@ -65,4 +65,4 @@ jobs: fi - name: Run checking coding standard - run: vendor/bin/php-cs-fixer fix --verbose --ansi --dry-run --using-cache=no --diff \ No newline at end of file + run: vendor/bin/php-cs-fixer fix --verbose --ansi --dry-run --using-cache=no --diff