diff --git a/.github/workflows/pint.yml b/.github/workflows/pint.yml index 899816a..10f35cc 100644 --- a/.github/workflows/pint.yml +++ b/.github/workflows/pint.yml @@ -12,12 +12,12 @@ jobs: steps: - uses: shivammathur/setup-php@15c43e89cdef867065b0213be354c2841860869e with: - php-version: "8.1" + php-version: "8.3" - uses: actions/checkout@v3 - name: Copy .env run: php -r "file_exists('.env') || copy('.env.example', '.env');" - name: Install Dependencies - run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist + run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist --ignore-platform-reqs - name: Launch Pint inspection run: vendor/bin/pint