Skip to content

Commit 64417d7

Browse files
committed
Fix CI to use Pest instead of PHPUnit, add PHP 8.4 to matrix
1 parent efc13e3 commit 64417d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
php: ['8.3', '8.5']
15+
php: ['8.3', '8.4', '8.5']
1616

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

@@ -30,4 +30,4 @@ jobs:
3030
run: composer install --no-interaction --prefer-dist
3131

3232
- name: Run tests
33-
run: vendor/bin/phpunit
33+
run: vendor/bin/pest

0 commit comments

Comments
 (0)