mirror of
https://github.com/pestphp/pest.git
synced 2026-06-06 19:32:14 +02:00
Compare commits
1 Commits
2d93c9c373
...
4.x
| Author | SHA1 | Date | |
|---|---|---|---|
| c40c8dbc24 |
2
.github/workflows/static.yml
vendored
2
.github/workflows/static.yml
vendored
@ -53,6 +53,8 @@ jobs:
|
||||
static-php-8.3-composer-
|
||||
|
||||
- name: Install Dependencies
|
||||
env:
|
||||
COMPOSER_ROOT_VERSION: 4.x-dev
|
||||
run: composer update --${{ matrix.dependency-version }} --no-interaction --no-progress --ansi
|
||||
|
||||
- name: Profanity Check
|
||||
|
||||
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -66,6 +66,8 @@ jobs:
|
||||
|
||||
- name: Install PHP dependencies
|
||||
shell: bash
|
||||
env:
|
||||
COMPOSER_ROOT_VERSION: 4.x-dev
|
||||
run: composer update --${{ matrix.dependency_version }} --no-interaction --no-progress --ansi --with="symfony/console:^${{ matrix.symfony }}"
|
||||
|
||||
- name: Unit Tests
|
||||
|
||||
Reference in New Issue
Block a user