mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
chore: runs nightly builds against 10.0.x-dev
This commit is contained in:
6
.github/workflows/nightly-tests.yml
vendored
6
.github/workflows/nightly-tests.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
php: ['8.1']
|
||||
phpunit-branch: [main]
|
||||
phpunit-branch: [10.0.x-dev]
|
||||
|
||||
name: PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.phpunit-branch }}
|
||||
|
||||
@ -33,8 +33,8 @@ jobs:
|
||||
echo "::add-matcher::${{ runner.tool_cache }}/php.json"
|
||||
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
|
||||
|
||||
- name: Install PHP dependencies with phpunit/phpunit:dev-${{ matrix.phpunit-branch }}
|
||||
run: composer require phpunit/phpunit:dev-${{ matrix.phpunit-branch }} --ansi --no-interaction --no-progress
|
||||
- name: Install PHP dependencies with phpunit/phpunit:${{ matrix.phpunit-branch }}
|
||||
run: composer require phpunit/phpunit:${{ matrix.phpunit-branch }} --ansi --no-interaction --no-progress
|
||||
|
||||
- name: Unit Tests
|
||||
run: composer test:unit
|
||||
|
||||
Reference in New Issue
Block a user