mirror of
https://github.com/pestphp/pest.git
synced 2026-03-05 23:37:22 +01:00
ci: fix missing dep
This commit is contained in:
1
.github/workflows/static.yml
vendored
1
.github/workflows/static.yml
vendored
@ -27,6 +27,7 @@ jobs:
|
||||
php-version: 8.3
|
||||
tools: composer:v2
|
||||
coverage: none
|
||||
extensions: sockets
|
||||
|
||||
- name: Install Dependencies
|
||||
run: composer update --prefer-stable --no-interaction --no-progress --ansi
|
||||
|
||||
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@ -29,6 +29,7 @@ jobs:
|
||||
php-version: ${{ matrix.php }}
|
||||
tools: composer:v2
|
||||
coverage: none
|
||||
extensions: sockets
|
||||
|
||||
- name: Setup Problem Matches
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user