Skip to content

Commit ea196dd

Browse files
joehoyleclaude
andcommitted
Drop PHP 7.4 from CI matrix, add 8.3 and 8.4
Foundry uses `mixed` type hints (PHP 8.0+) in QueryResults, so 7.4 is not supported. Added 8.3 and 8.4 to cover current PHP versions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0fb74f7 commit ea196dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
php: ['7.4', '8.0', '8.1', '8.2']
21+
php: ['8.0', '8.1', '8.2', '8.3', '8.4']
2222

2323
steps:
2424
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)