mirror of
https://github.com/pestphp/pest.git
synced 2026-07-25 02:50:04 +02:00
chore: fixes constrains no workflow
This commit is contained in:
@@ -21,10 +21,8 @@ jobs:
|
|||||||
exclude:
|
exclude:
|
||||||
- php: '8.1'
|
- php: '8.1'
|
||||||
symfony: '7.0'
|
symfony: '7.0'
|
||||||
- symfony: '6.4'
|
|
||||||
os: 'windows-latest'
|
|
||||||
|
|
||||||
name: PHP ${{ matrix.php }} - Symfony ~${{ matrix.symfony }} - ${{ matrix.os }} - ${{ matrix.dependency_version }}
|
name: PHP ${{ matrix.php }} - Symfony ^${{ matrix.symfony }} - ${{ matrix.os }} - ${{ matrix.dependency_version }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -43,7 +41,7 @@ jobs:
|
|||||||
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
|
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
|
||||||
|
|
||||||
- name: Install PHP dependencies
|
- name: Install PHP dependencies
|
||||||
run: composer update --${{ matrix.dependency_version }} --no-interaction --no-progress --ansi --with="symfony/console:^${{ matrix.symfony }}"
|
run: composer update --${{ matrix.dependency_version }} --no-interaction --no-progress --ansi --with="symfony/console:~${{ matrix.symfony }}"
|
||||||
|
|
||||||
- name: Unit Tests
|
- name: Unit Tests
|
||||||
run: composer test:unit
|
run: composer test:unit
|
||||||
|
|||||||
Reference in New Issue
Block a user