File tree Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Original file line number Diff line number Diff line change 3
3
# https://github.com/sebastianbergmann/phpunit/blob/master/.github/workflows/ci.yml
4
4
5
5
on :
6
- pull_request :
7
- push :
8
- branches :
9
- - master
10
- tags :
11
- - " **"
6
+ - pull_request
7
+ - push
12
8
13
9
name : " Continuous Integration"
14
10
@@ -25,20 +21,11 @@ jobs:
25
21
- php7.3
26
22
- php7.4
27
23
28
- dependencies :
29
- - lowest
30
- - highest
31
-
32
24
steps :
33
25
- name : " Checkout"
34
26
35
27
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"
42
29
run : ${{ matrix.php-binary }} $(which composer) update --no-interaction --no-progress --no-suggest
43
30
44
31
- name : " Run unit tests with phpunit"
You can’t perform that action at this time.
0 commit comments