Skip to content

Commit b594dca

Browse files
[UAS-SCOUT] Update PHPUnit action to version 4 and set version to 9.5
Updated the PHPUnit GitHub Action to version 4 and specified the PHPUnit version to 9.5 in the CI configuration. This ensures compatibility with the latest features and improvements in PHPUnit.
1 parent f0619ff commit b594dca

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ jobs:
3535
run: vendor/bin/phpcs --standard=PSR12 src tests
3636

3737
- name: PHPUnit Tests
38-
uses: php-actions/phpunit@v3
38+
uses: php-actions/phpunit@v4
3939
with:
4040
php_version: ${{ matrix.php-version }}
41+
version: 9.5
4142
bootstrap: ./vendor/autoload.php
4243
configuration: ./.github/workflows/phpunit.xml

0 commit comments

Comments
 (0)