From 5b5a83ed0ee75244bb3cd15484a400bfdb9695d2 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Mon, 24 Aug 2026 11:10:18 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=B5=20other:=20Change=20PHP=20version?= =?UTF-8?q?=20for=20tests,=20update=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- .gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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/