File tree Expand file tree Collapse file tree 5 files changed +6
-9
lines changed Expand file tree Collapse file tree 5 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,6 @@ on: # yamllint disable-line rule:truthy
4
4
pull_request :
5
5
branches :
6
6
- master
7
- push :
8
- branches :
9
- - master
10
7
11
8
name : 🧹 Fix PHP coding standards
12
9
Original file line number Diff line number Diff line change 66
66
key : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
67
67
restore-keys : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-
68
68
69
- - name : 📥 Install "${{ matrix.dependencies }}" dependencies
69
+ - name : 📥 Install "${{ matrix.dependencies }}" dependencies with composer
70
70
uses : wayofdev/gh-actions/actions/composer/install@v3.1.1
71
71
with :
72
72
dependencies : ${{ matrix.dependencies }}
Original file line number Diff line number Diff line change 54
54
key : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
55
55
restore-keys : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-
56
56
57
- - name : 📥 Install "${{ matrix.dependencies }}" dependencies
57
+ - name : 📥 Install "${{ matrix.dependencies }}" dependencies with composer
58
58
uses : wayofdev/gh-actions/actions/composer/install@v3.1.1
59
59
with :
60
60
dependencies : ${{ matrix.dependencies }}
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119
119
key : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
120
120
restore-keys : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-
121
121
122
- - name : 📥 Install "${{ matrix.dependencies }}" dependencies
122
+ - name : 📥 Install "${{ matrix.dependencies }}" dependencies with composer
123
123
uses : wayofdev/gh-actions/actions/composer/install@v3.1.1
124
124
with :
125
125
dependencies : ${{ matrix.dependencies }}
Original file line number Diff line number Diff line change 1
1
---
2
2
3
- name : 🧪 Unit testing
4
-
5
3
on : # yamllint disable-line rule:truthy
6
4
pull_request :
7
5
branches :
@@ -10,6 +8,8 @@ on: # yamllint disable-line rule:truthy
10
8
branches :
11
9
- master
12
10
11
+ name : 🧪 Unit testing
12
+
13
13
jobs :
14
14
code-coverage :
15
15
timeout-minutes : 4
56
56
key : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
57
57
restore-keys : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-
58
58
59
- - name : 📥 Install "${{ matrix.dependencies }}" dependencies
59
+ - name : 📥 Install "${{ matrix.dependencies }}" dependencies with composer
60
60
uses : wayofdev/gh-actions/actions/composer/install@v3.1.1
61
61
with :
62
62
dependencies : ${{ matrix.dependencies }}
You can’t perform that action at this time.
0 commit comments