diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 381d269..cda18f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: true matrix: - php-versions: ['7.4'] + php-versions: ['8.2'] steps: - name: Checkout @@ -18,6 +18,6 @@ jobs: run: find . -type f -name "*.php" -print0 | xargs -0 -n1 -P8 php -l - name: PHPCSFixer - uses: docker://oskarstark/php-cs-fixer-ga:3.1.0 + uses: docker://teltek/php-cs-fixer-ga with: args: --config=.php-cs-fixer.dist.php --diff --dry-run