test
Some checks failed
PHPUnit / PHPUnit – PHP 8.1 (push) Failing after 1m1s
PHPUnit / PHPUnit – PHP 8.2 (push) Failing after 1m10s
PHPUnit / PHPUnit – PHP 8.3 (push) Failing after 1m3s

This commit is contained in:
André Menrath 2024-10-03 15:48:09 +02:00
parent 11f14b0601
commit cedb997707

View file

@ -96,7 +96,7 @@ jobs:
PHP_VERSION: ${{ matrix.php-version }} PHP_VERSION: ${{ matrix.php-version }}
- name: Save WordPress version and plugin versions to file - name: Save WordPress version and plugin versions to file
run: curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar && chmod +x wp-cli.phar && mv wp-cli.phar /usr/local/bin/wp && wp core version > wordpress_versions.txt && wp plugin list --format=json >> wordpress_versions.txt run: curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar && chmod +x wp-cli.phar && mv wp-cli.phar /usr/local/bin/wp && wp core version --allow-root > wordpress_versions.txt && wp plugin list --allow-root --format=json >> wordpress_versions.txt
- name: Upload WordPress and Plugin Versions - name: Upload WordPress and Plugin Versions
uses: https://code.forgejo.org/actions/upload-artifact@v3 uses: https://code.forgejo.org/actions/upload-artifact@v3