Skip to content

Commit 58f0240

Browse files
vjikmspirkov
andauthored
PHP 7.4 support + Cleanup (#3)
Co-authored-by: Maksim Spirkov <63721828+mspirkov@users.noreply.github.com>
1 parent e1a05e3 commit 58f0240

18 files changed

Lines changed: 40 additions & 234 deletions

.github/CODE_OF_CONDUCT.md

Lines changed: 0 additions & 102 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- 'CHANGELOG.md'
77
- '.gitignore'
88
- '.gitattributes'
9-
- 'infection.json.dist'
109
- 'phpunit.xml.dist'
1110
- 'psalm.xml'
1211
push:
@@ -17,7 +16,6 @@ on:
1716
- 'CHANGELOG.md'
1817
- '.gitignore'
1918
- '.gitattributes'
20-
- 'infection.json.dist'
2119
- 'phpunit.xml.dist'
2220
- 'psalm.xml'
2321

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- 'CHANGELOG.md'
77
- '.gitignore'
88
- '.gitattributes'
9-
- 'infection.json.dist'
109
- 'psalm.xml'
1110

1211
push:
@@ -17,7 +16,6 @@ on:
1716
- 'CHANGELOG.md'
1817
- '.gitignore'
1918
- '.gitattributes'
20-
- 'infection.json.dist'
2119
- 'psalm.xml'
2220

2321
name: build
@@ -31,4 +29,4 @@ jobs:
3129
os: >-
3230
['ubuntu-latest', 'windows-latest']
3331
php: >-
34-
['8.1', '8.2', '8.3']
32+
['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']

.github/workflows/composer-require-checker.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- 'CHANGELOG.md'
77
- '.gitignore'
88
- '.gitattributes'
9-
- 'infection.json.dist'
109
- 'phpunit.xml.dist'
1110
- 'psalm.xml'
1211

@@ -18,7 +17,6 @@ on:
1817
- 'CHANGELOG.md'
1918
- '.gitignore'
2019
- '.gitattributes'
21-
- 'infection.json.dist'
2220
- 'phpunit.xml.dist'
2321
- 'psalm.xml'
2422

@@ -31,4 +29,4 @@ jobs:
3129
os: >-
3230
['ubuntu-latest']
3331
php: >-
34-
['8.1', '8.2', '8.3']
32+
['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']

.github/workflows/mutation.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/rector-cs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
token: ${{ secrets.YIISOFT_GITHUB_TOKEN }}
2525
with:
2626
repository: ${{ github.event.pull_request.head.repo.full_name }}
27-
php: '8.1'
27+
php: '7.4'

.github/workflows/static.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- 'CHANGELOG.md'
77
- '.gitignore'
88
- '.gitattributes'
9-
- 'infection.json.dist'
109
- 'phpunit.xml.dist'
1110

1211
push:
@@ -17,7 +16,6 @@ on:
1716
- 'CHANGELOG.md'
1817
- '.gitignore'
1918
- '.gitattributes'
20-
- 'infection.json.dist'
2119
- 'phpunit.xml.dist'
2220

2321
name: static analysis
@@ -29,4 +27,4 @@ jobs:
2927
os: >-
3028
['ubuntu-latest']
3129
php: >-
32-
['8.1', '8.2', '8.3']
30+
['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ composer.phar
2525
# PhpUnit
2626
/phpunit.phar
2727
/phpunit.xml
28-
/.phpunit.cache
28+
/.phpunit.result.cache
2929

3030
# PHP CS Fixer
3131
/.php-cs-fixer.cache

.phpunit-watcher.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)