Skip to content

Commit a936d0b

Browse files
author
roadiz-ci
committed
Merge tag v2.7.26 into develop
1 parent 77eeb80 commit a936d0b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/run-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
php-version: ['8.3', '8.4']
22+
php-version: ['8.3', '8.4', '8.5']
2323
steps:
2424
- uses: shivammathur/setup-php@v2
2525
with:
@@ -35,7 +35,7 @@ jobs:
3535
${{ runner.os }}-php-${{ matrix.php-version }}-
3636
- name: Install Dependencies
3737
run: composer install --no-scripts --no-ansi --no-interaction --no-progress
38-
- name: Run Unit tests
39-
run: vendor/bin/phpunit -v --whitelist ./src tests
4038
- name: Run PHPStan
4139
run: vendor/bin/phpstan analyse --no-progress -c phpstan.neon
40+
- name: Run Unit tests
41+
run: vendor/bin/phpunit -v --whitelist ./src tests

0 commit comments

Comments
 (0)