Skip to content

Commit c1acb89

Browse files
ci: drop PHP 8.1 from test matrix (Pest 3 requires 8.2+)
1 parent f77ac31 commit c1acb89

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
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
php: ['8.1', '8.2', '8.3']
14+
php: ['8.2', '8.3', '8.4']
1515
deps: [highest, lowest]
1616

1717
name: PHP ${{ matrix.php }} — ${{ matrix.deps }}

0 commit comments

Comments
 (0)