Merge branch 'QA_5_2'

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
Maurício Meneghini Fauth 2022-12-04 15:36:13 -03:00
commit b34cda484b
No known key found for this signature in database
GPG Key ID: 6A16FD38AFC89CC8
5 changed files with 10 additions and 10 deletions

View File

@ -30,7 +30,7 @@ jobs:
run: composer validate
- name: Install Composer dependencies
uses: ramsey/composer-install@v1
uses: ramsey/composer-install@v2
with:
dependency-versions: highest
# Ignore zip for php-webdriver/webdriver
@ -67,7 +67,7 @@ jobs:
extensions: mbstring, iconv, mysqli, zip, gd, bz2
- name: Install Composer dependencies
uses: ramsey/composer-install@v1
uses: ramsey/composer-install@v2
with:
dependency-versions: highest

View File

@ -49,7 +49,7 @@ jobs:
tools: composer:v2
- name: Install Composer dependencies
uses: ramsey/composer-install@v1
uses: ramsey/composer-install@v2
with:
dependency-versions: highest

View File

@ -102,7 +102,7 @@ jobs:
extensions: mbstring, iconv, mysqli, zip, gd, bz2
- name: Install Composer dependencies
uses: ramsey/composer-install@v1
uses: ramsey/composer-install@v2
with:
dependency-versions: highest
@ -125,7 +125,7 @@ jobs:
SKIP_STANDALONE: 1
run: |
./test/start-local-server
echo ::set-output name=SELENIUM_TEMPDIR::"$(cat /tmp/last_temp_dir_phpMyAdminTests)"
echo "SELENIUM_TEMPDIR=$(cat /tmp/last_temp_dir_phpMyAdminTests)" >> $GITHUB_OUTPUT
id: start-local-server
- name: Run Selenium tests

View File

@ -100,7 +100,7 @@ jobs:
coverage: xdebug
- name: Install Composer dependencies
uses: ramsey/composer-install@v1
uses: ramsey/composer-install@v2
with:
dependency-versions: highest
composer-options: ${{ matrix.composer-options }}
@ -109,7 +109,7 @@ jobs:
run: composer run phpunit -- ${{ matrix.phpunit-options }}
- name: Send coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
flags: unit-${{ matrix.php-version }}-${{ matrix.os }}
name: phpunit-${{ matrix.php-version }}-${{ matrix.os }}
@ -160,7 +160,7 @@ jobs:
coverage: xdebug
- name: Install Composer dependencies
uses: ramsey/composer-install@v1
uses: ramsey/composer-install@v2
with:
dependency-versions: highest
@ -168,7 +168,7 @@ jobs:
run: composer run phpunit -- --testsuite unit
- name: Send coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
flags: ${{ matrix.extension }}-extension
name: php-7.2-${{ matrix.extension }}-enabled

View File

@ -34,7 +34,7 @@ jobs:
tools: composer:v2
- name: Install Composer dependencies
uses: ramsey/composer-install@v1
uses: ramsey/composer-install@v2
with:
dependency-versions: highest