Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
commit
b34cda484b
4
.github/workflows/lint-and-analyse-php.yml
vendored
4
.github/workflows/lint-and-analyse-php.yml
vendored
@ -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
|
||||
|
||||
|
||||
2
.github/workflows/other-tools.yml
vendored
2
.github/workflows/other-tools.yml
vendored
@ -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
|
||||
|
||||
|
||||
4
.github/workflows/test-selenium.yml
vendored
4
.github/workflows/test-selenium.yml
vendored
@ -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
|
||||
|
||||
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
||||
2
.github/workflows/update-po.yml
vendored
2
.github/workflows/update-po.yml
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user