We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc17a02 commit 4b9552eCopy full SHA for 4b9552e
.github/workflows/test.yaml
@@ -7,9 +7,20 @@ on:
7
branches: ["master"]
8
9
jobs:
10
+ lint:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+
14
+ - name: Checkout
15
+ uses: actions/checkout@v2
16
17
+ - name: lint
18
+ run: make lint
19
20
test-71:
21
name: php-7.1
22
runs-on: ubuntu-latest
23
+ needs: lint
24
steps:
25
26
- name: Checkout
@@ -27,6 +38,7 @@ jobs:
27
38
test-72:
28
39
name: php-7.2
29
40
41
30
42
31
43
32
44
@@ -44,6 +56,7 @@ jobs:
56
test-73:
45
57
name: php-7.3
46
58
59
47
60
48
61
49
62
@@ -67,6 +80,7 @@ jobs:
67
80
test-74:
68
81
name: php-7.4
69
82
83
70
84
71
85
72
86
0 commit comments