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
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:
parent
92321bb9f0
commit
20a05678ba
1 changed files with 7 additions and 7 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue