Skip to content

Commit d43bcff

Browse files
schmunk42claude
andcommitted
💚 ci: PHP-Matrix auf 8.3/8.4 (phpunit ^12 benötigt PHP >=8.3) [*]
8.2 fiel raus: PHPUnit 12 verlangt PHP >=8.3, daher schlug composer install im 8.2-Job fehl. Runtime-Constraint des Pakets (>=8.2) bleibt unverändert. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent ffa4a1c commit d43bcff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
php: ["8.2", "8.4"]
15+
php: ["8.3", "8.4"]
1616
name: PHPUnit (PHP ${{ matrix.php }})
1717
steps:
1818
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)