File tree Expand file tree Collapse file tree 5 files changed +50
-74
lines changed Expand file tree Collapse file tree 5 files changed +50
-74
lines changed Original file line number Diff line number Diff line change 1
1
on :
2
2
pull_request :
3
- paths-ignore :
4
- - ' docs/**'
5
- - ' README.md'
6
- - ' CHANGELOG.md'
7
- - ' .gitignore'
8
- - ' .gitattributes'
9
- - ' infection.json.dist'
10
- - ' psalm.xml'
3
+ paths :
4
+ - ' src/**'
5
+ - ' tests/**'
6
+ - ' .github/workflows/build.yml'
7
+ - ' composer.json'
8
+ - ' phpunit.xml.dist'
11
9
12
10
push :
13
11
branches : ['master']
14
- paths-ignore :
15
- - ' docs/**'
16
- - ' README.md'
17
- - ' CHANGELOG.md'
18
- - ' .gitignore'
19
- - ' .gitattributes'
20
- - ' infection.json.dist'
21
- - ' psalm.xml'
12
+ paths :
13
+ - ' src/**'
14
+ - ' tests/**'
15
+ - ' .github/workflows/build.yml'
16
+ - ' composer.json'
17
+ - ' phpunit.xml.dist'
22
18
23
19
name : build
24
20
41
37
- 8.0
42
38
- 8.1
43
39
- 8.2
40
+ - 8.3
44
41
45
42
pgsql :
46
43
- 9
Original file line number Diff line number Diff line change 1
1
on :
2
2
pull_request :
3
- paths-ignore :
4
- - ' docs/**'
5
- - ' README.md'
6
- - ' CHANGELOG.md'
7
- - ' .gitignore'
8
- - ' .gitattributes'
9
- - ' infection.json.dist'
10
- - ' phpunit.xml.dist'
11
- - ' psalm.xml'
3
+ paths :
4
+ - ' src/**'
5
+ - ' .github/workflows/composer-require-checker.yml'
6
+ - ' composer.json'
12
7
13
8
push :
14
- paths-ignore :
15
- - ' docs/**'
16
- - ' README.md'
17
- - ' CHANGELOG.md'
18
- - ' .gitignore'
19
- - ' .gitattributes'
20
- - ' infection.json.dist'
21
- - ' phpunit.xml.dist'
22
- - ' psalm.xml'
9
+ branches : ['master']
10
+ paths :
11
+ - ' src/**'
12
+ - ' .github/workflows/composer-require-checker.yml'
13
+ - ' composer.json'
23
14
24
15
name : Composer require checker
25
16
41
32
- 8.0
42
33
- 8.1
43
34
- 8.2
35
+ - 8.3
44
36
45
37
steps :
46
38
- name : Checkout.
Original file line number Diff line number Diff line change 1
1
on :
2
2
pull_request :
3
- paths-ignore :
4
- - ' docs/**'
5
- - ' README.md'
6
- - ' CHANGELOG.md'
7
- - ' .gitignore'
8
- - ' .gitattributes'
9
- - ' psalm.xml'
3
+ paths :
4
+ - ' src/**'
5
+ - ' .github/workflows/mutation.yml'
6
+ - ' composer.json'
10
7
11
8
push :
12
- paths-ignore :
13
- - ' docs/**'
14
- - ' README.md'
15
- - ' CHANGELOG.md'
16
- - ' .gitignore'
17
- - ' .gitattributes'
18
- - ' psalm.xml'
9
+ branches : ['master']
10
+ paths :
11
+ - ' src/**'
12
+ - ' .github/workflows/mutation.yml'
13
+ - ' composer.json'
19
14
20
15
name : mutation test
21
16
@@ -35,11 +30,11 @@ jobs:
35
30
- ubuntu-latest
36
31
37
32
php :
38
- - 8.1
33
+ - 8.3
39
34
40
35
services :
41
36
postgres :
42
- image : postgres:15
37
+ image : postgres:16
43
38
env :
44
39
POSTGRES_USER : root
45
40
POSTGRES_PASSWORD : root
Original file line number Diff line number Diff line change 1
1
on :
2
2
pull_request :
3
- paths-ignore :
4
- - ' docs/**'
5
- - ' README.md'
6
- - ' CHANGELOG.md'
7
- - ' .gitignore'
8
- - ' .gitattributes'
9
- - ' infection.json.dist'
10
- - ' psalm.xml'
3
+ paths :
4
+ - ' src/**'
5
+ - ' .github/workflows/rector.yml'
6
+ - ' composer.json'
7
+ - ' rector.php'
11
8
12
9
name : rector
13
10
Original file line number Diff line number Diff line change 1
1
on :
2
2
pull_request :
3
- paths-ignore :
4
- - ' docs/**'
5
- - ' README.md'
6
- - ' CHANGELOG.md'
7
- - ' .gitignore'
8
- - ' .gitattributes'
9
- - ' infection.json.dist'
10
- - ' phpunit.xml.dist'
3
+ paths :
4
+ - ' src/**'
5
+ - ' .github/workflows/static.yml'
6
+ - ' psalm*.xml'
7
+ - ' composer.json'
11
8
12
9
push :
13
- paths-ignore :
14
- - ' docs/**'
15
- - ' README.md'
16
- - ' CHANGELOG.md'
17
- - ' .gitignore'
18
- - ' .gitattributes'
19
- - ' infection.json.dist'
20
- - ' phpunit.xml.dist'
10
+ branches : ['master']
11
+ paths :
12
+ - ' src/**'
13
+ - ' .github/workflows/static.yml'
14
+ - ' psalm*.xml'
15
+ - ' composer.json'
21
16
22
17
name : static analysis
23
18
You can’t perform that action at this time.
0 commit comments