Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,8 @@ jobs:
extensions: redis, pdo, pdo_mysql, bcmath, swoole
tools: phpize
coverage: none
- name: Setup Pest for PHP 8.1
if: ${{ matrix.php == '8.1' }}
run: |
composer require pestphp/pest pestphp/pest-plugin-faker phpunit/phpunit --dev
- name: Setup Packages
run: composer update -o --with-all-dependencies
run: composer update -o
- name: Check Composer Json
run: |
composer normalize --dry-run --no-update-lock
Expand Down Expand Up @@ -82,12 +78,8 @@ jobs:
# run: ./.travis/setup.swoole.sh
- name: Show PHP Information
run: php -v && php --ri swoole
- name: Setup Pest for PHP 8.1
if: ${{ matrix.php == '8.1' }}
run: |
composer require pestphp/pest pestphp/pest-plugin-faker phpunit/phpunit --dev
- name: Setup Dependencies
run: composer update -o --with-all-dependencies
run: composer update -o
- name: Run Analyse
run: composer analyse src
- name: Run Type Tests
Expand Down