🔵 other: Change PHP version for tests, update .gitignore

This commit is contained in:
Keith Solomon
2026-08-24 11:10:18 -05:00
parent 7887f7d9ce
commit 5b5a83ed0e
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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