You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/test-application.yaml
+11-45Lines changed: 11 additions & 45 deletions
Original file line number
Diff line number
Diff line change
@@ -21,57 +21,23 @@ jobs:
21
21
fail-fast: false
22
22
matrix:
23
23
include:
24
-
- php-version: '5.6'
25
-
dependencies: 'lowest'
26
-
storage: doctrine
27
-
- php-version: '5.6'
28
-
storage: doctrine
29
-
- php-version: '5.6'
30
-
storage: array
31
-
32
-
- php-version: '7.0'
33
-
dependencies: 'lowest'
34
-
storage: doctrine
35
-
- php-version: '7.0'
36
-
storage: doctrine
37
-
- php-version: '7.0'
38
-
storage: array
39
-
40
-
- php-version: '7.1'
41
-
dependencies: 'lowest'
42
-
storage: doctrine
43
-
- php-version: '7.1'
44
-
storage: doctrine
45
-
- php-version: '7.1'
46
-
storage: array
47
-
48
-
- php-version: '7.2'
49
-
dependencies: 'lowest'
50
-
storage: doctrine
51
-
- php-version: '7.2'
52
-
storage: doctrine
53
-
- php-version: '7.2'
54
-
storage: array
55
-
56
-
- php-version: '7.3'
57
-
storage: doctrine
58
-
- php-version: '7.3'
59
-
storage: array
60
-
61
-
- php-version: '7.4'
24
+
- php-version: '8.0'
62
25
coverage: '--coverage-clover=coverage.clover'
63
26
storage: doctrine
64
-
- php-version: '7.4'
27
+
- php-version: '8.0'
65
28
storage: array
66
29
67
-
- php-version: '8.0'
30
+
- php-version: '8.1'
68
31
storage: doctrine
69
-
- php-version: '8.0'
32
+
- php-version: '8.1'
70
33
storage: array
71
-
72
34
steps:
73
35
- name: Checkout project
74
36
uses: actions/checkout@v2
37
+
with:
38
+
# Fetch 10 commits or Scrutinizer will throw ("Failed to retrieve commit parents. If you use a shallow git checkout, please checkout at least a depth of one."), see: RepositoryIntrospector at scrutinizer-ci/ocular GitHub repository
39
+
# 10 commits is an arbitrary value that is more than 1 commit
0 commit comments