Skip to content

Commit 19dfa96

Browse files
committed
Revert "feat: Add conditional dependency for PHP 8.1 in tests workflow"
This reverts commit 20136ca.
1 parent 23c395b commit 19dfa96

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,7 @@ jobs:
7979
- name: Show PHP Information
8080
run: php -v && php --ri swoole
8181
- name: Setup Dependencies
82-
run: |
83-
if [ "${{ matrix.php }}" = "8.1" ]; then
84-
composer require brianium/paratest:~7.3.1 --dev --no-update
85-
fi
86-
composer update -o
82+
run: composer update -o
8783
- name: Run Analyse
8884
run: composer analyse src
8985
- name: Run Type Tests

0 commit comments

Comments
 (0)