Commit 2574f79 1 parent 15202d8 commit 2574f79 Copy full SHA for 2574f79
File tree 5 files changed +90
-288
lines changed
5 files changed +90
-288
lines changed Original file line number Diff line number Diff line change
1
+ name : " Codesniffer"
2
+
3
+ on :
4
+ pull_request :
5
+
6
+ push :
7
+ branches : ["*"]
8
+
9
+ schedule :
10
+ - cron : " 0 8 * * 1"
11
+
12
+ jobs :
13
+ codesniffer :
14
+ name : " Codesniffer"
15
+ uses : contributte/.github/.github/workflows/codesniffer.yml@v1
Original file line number Diff line number Diff line change
1
+ name : " Coverage"
2
+
3
+ on :
4
+ pull_request :
5
+
6
+ push :
7
+ branches : ["*"]
8
+
9
+ schedule :
10
+ - cron : " 0 8 * * 1"
11
+
12
+ jobs :
13
+ test80 :
14
+ name : " Nette Tester"
15
+ uses : contributte/.github/.github/workflows/nette-tester-coverage.yml@v1
16
+ with :
17
+ php : " 8.0"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : " Phpstan"
2
+
3
+ on :
4
+ pull_request :
5
+
6
+ push :
7
+ branches : ["*"]
8
+
9
+ schedule :
10
+ - cron : " 0 8 * * 1"
11
+
12
+ jobs :
13
+ phpstan :
14
+ name : " Phpstan"
15
+ uses : contributte/.github/.github/workflows/phpstan.yml@v1
Original file line number Diff line number Diff line change
1
+ name : " Nette Tester"
2
+
3
+ on :
4
+ pull_request :
5
+
6
+ push :
7
+ branches : ["*"]
8
+
9
+ schedule :
10
+ - cron : " 0 8 * * 1"
11
+
12
+ jobs :
13
+ test81 :
14
+ name : " Nette Tester"
15
+ uses : contributte/.github/.github/workflows/nette-tester.yml@v1
16
+ with :
17
+ php : " 8.1"
18
+
19
+ test80 :
20
+ name : " Nette Tester"
21
+ uses : contributte/.github/.github/workflows/nette-tester.yml@v1
22
+ with :
23
+ php : " 8.0"
24
+
25
+ test74 :
26
+ name : " Nette Tester"
27
+ uses : contributte/.github/.github/workflows/nette-tester.yml@v1
28
+ with :
29
+ php : " 7.4"
30
+
31
+ test73 :
32
+ name : " Nette Tester"
33
+ uses : contributte/.github/.github/workflows/nette-tester.yml@v1
34
+ with :
35
+ php : " 7.3"
36
+ composer : " composer update --no-interaction --no-progress --prefer-dist --prefer-stable --prefer-lowest"
37
+
38
+ test72 :
39
+ name : " Nette Tester"
40
+ uses : contributte/.github/.github/workflows/nette-tester.yml@v1
41
+ with :
42
+ php : " 7.2"
43
+ composer : " composer update --no-interaction --no-progress --prefer-dist --prefer-stable --prefer-lowest"
You can’t perform that action at this time.
0 commit comments