test phpunit workflow
Some checks failed
/ test (push) Successful in 1s
Unit Testing / phpunit (8.1) (push) Successful in 3m27s
Unit Testing / phpunit (8.1) (pull_request) Has been cancelled
Unit Testing / phpunit (8.2) (pull_request) Has been cancelled
Unit Testing / phpunit (8.3) (pull_request) Has been cancelled
Unit Testing / phpunit (latest) (pull_request) Has been cancelled
Unit Testing / phpunit (8.3) (push) Has been cancelled
Unit Testing / phpunit (latest) (push) Has been cancelled
Unit Testing / phpunit (8.2) (push) Has been cancelled

This commit is contained in:
André Menrath 2024-09-20 20:29:31 +02:00
parent 92321bb9f0
commit 20a05678ba

View file

@ -21,13 +21,13 @@ jobs:
- name: Checkout
uses: https://code.forgejo.org/actions/checkout@v4
# - name: Setup PHP
# uses: shivammathur/setup-php@v2
# with:
# php-version: ${{ matrix.php-versions }}
# coverage: none
# tools: composer, phpunit-polyfills
# extensions: mysql
- name: Setup PHP
uses: https://github.com/shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
coverage: none
tools: composer, phpunit-polyfills
extensions: mysql
# - name: Install Composer dependencies for PHP
# uses: "ramsey/composer-install@v1"