|
@@ -25,7 +25,7 @@ jobs:
|
|
|
|
|
|
|
|
steps:
|
|
steps:
|
|
|
- name: Checkout code
|
|
- name: Checkout code
|
|
|
- uses: actions/checkout@v3
|
|
|
|
|
|
|
+ uses: actions/checkout@v4
|
|
|
|
|
|
|
|
- name: Setup PHP
|
|
- name: Setup PHP
|
|
|
uses: shivammathur/setup-php@v2
|
|
uses: shivammathur/setup-php@v2
|
|
@@ -37,11 +37,11 @@ jobs:
|
|
|
coverage: xdebug
|
|
coverage: xdebug
|
|
|
|
|
|
|
|
- name: Install dependencies
|
|
- name: Install dependencies
|
|
|
- uses: nick-fields/retry@v2
|
|
|
|
|
|
|
+ uses: nick-fields/retry@v3
|
|
|
with:
|
|
with:
|
|
|
timeout_minutes: 5
|
|
timeout_minutes: 5
|
|
|
max_attempts: 5
|
|
max_attempts: 5
|
|
|
- command: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
|
|
|
|
|
|
|
+ command: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress --ansi
|
|
|
|
|
|
|
|
- name: Static analysis
|
|
- name: Static analysis
|
|
|
run: composer analyze
|
|
run: composer analyze
|