Skip to content

Commit 08ab1e4

Browse files
committed
Add PHP 8.1 back to CI matrix
composer.lock is gitignored so CI resolves fresh — PHP 8.1 gets Pest v2, PHP 8.2+ gets Pest v3. Tests the full declared range.
1 parent e5fba21 commit 08ab1e4

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
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
php: ['8.2', '8.3', '8.4']
14+
php: ['8.1', '8.2', '8.3', '8.4']
1515

1616
name: PHP ${{ matrix.php }}
1717

0 commit comments

Comments
 (0)