diff --git a/.github/workflows/lint-and-analyse-php.yml b/.github/workflows/lint-and-analyse-php.yml index 5c95a862b2..95edcc1736 100644 --- a/.github/workflows/lint-and-analyse-php.yml +++ b/.github/workflows/lint-and-analyse-php.yml @@ -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 diff --git a/.github/workflows/other-tools.yml b/.github/workflows/other-tools.yml index 9b4d6050ce..f8e86cff4c 100644 --- a/.github/workflows/other-tools.yml +++ b/.github/workflows/other-tools.yml @@ -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 diff --git a/.github/workflows/test-selenium.yml b/.github/workflows/test-selenium.yml index a306ee2547..f61c22bcd4 100644 --- a/.github/workflows/test-selenium.yml +++ b/.github/workflows/test-selenium.yml @@ -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 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 22eda63abf..0975eb8ad9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 diff --git a/.github/workflows/update-po.yml b/.github/workflows/update-po.yml index a505e41e01..be4ff06318 100644 --- a/.github/workflows/update-po.yml +++ b/.github/workflows/update-po.yml @@ -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