Skip to content

Commit d9e200e

Browse files
committed
:octocat:
1 parent cba5a17 commit d9e200e

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,8 @@
33
# https://github.com/sebastianbergmann/phpunit/blob/master/.github/workflows/ci.yml
44

55
on:
6-
pull_request:
7-
push:
8-
branches:
9-
- master
10-
tags:
11-
- "**"
6+
- pull_request
7+
- push
128

139
name: "Continuous Integration"
1410

@@ -25,20 +21,11 @@ jobs:
2521
- php7.3
2622
- php7.4
2723

28-
dependencies:
29-
- lowest
30-
- highest
31-
3224
steps:
3325
- name: "Checkout"
3426
uses: actions/[email protected]
3527

36-
- name: "Install lowest dependencies with composer"
37-
if: matrix.dependencies == 'lowest'
38-
run: ${{ matrix.php-binary }} $(which composer) update --no-interaction --no-progress --no-suggest --prefer-lowest
39-
40-
- name: "Install highest dependencies with composer"
41-
if: matrix.dependencies == 'highest'
28+
- name: "Install dependencies with composer"
4229
run: ${{ matrix.php-binary }} $(which composer) update --no-interaction --no-progress --no-suggest
4330

4431
- name: "Run unit tests with phpunit"

0 commit comments

Comments
 (0)