diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b7b81b..0ed148d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 - uses: shivammathur/setup-php@v2 with: - php-version: '7.4' + php-version: '8.4' coverage: none tools: composer:v2 - run: composer validate --strict diff --git a/.gitignore b/.gitignore index 696aa73..07a0c13 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /vendor/ /.phpunit.result.cache /composer.lock +/.claude/