diff --git a/.github/workflows/coding-conventions.yml b/.github/workflows/coding-conventions.yml index 6618ebd..3f28038 100644 --- a/.github/workflows/coding-conventions.yml +++ b/.github/workflows/coding-conventions.yml @@ -14,13 +14,11 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: 8.4 + php-version: 8.5 coverage: none - name: Install dependencies - run: | - composer update --prefer-dist --no-interaction - composer mago:install-binary + run: composer update --prefer-dist --no-interaction - name: Run Mago run: |