Skip to content

Commit

Permalink
Merge pull request #2 from wp-oop/task/fix
Browse files Browse the repository at this point in the history
  • Loading branch information
XedinUnknown authored Jan 5, 2022
2 parents 13e13bb + bac85ab commit 7f09f30
Show file tree
Hide file tree
Showing 15 changed files with 381 additions and 266 deletions.
21 changes: 14 additions & 7 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
test export-ignore
nbproject export-ignore
tests export-ignore
docker export-ignore
docker-compose.yml export-ignore
.github export-ignore
.idea export-ignore
.phan export-ignore
.codeclimate.yml export-ignore
.php_cs export-ignore
.travis.yml export-ignore
.env.example
.gitattributes export-ignore
.gitignore export-ignore
composer.json export-ignore
composer.lock export-ignore
phpunit.xml export-ignore
phpcs.xml.dist export-ignore
phpunit.xml.dist export-ignore
pslm.xml.dist export-ignore
CHANGELOG.md export-ignore
LICENSE export-ignore
README.md export-ignore

* text eol=lf
9 changes: 8 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0']
php-versions: [
'7.1',
'7.2',
'7.3',
'7.4',
'8.0',
'8.1',
]

steps:
- uses: actions/checkout@v2
Expand Down
57 changes: 57 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .idea/phpunit.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions .idea/runConfigurations/phpunit_xml.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 0 additions & 21 deletions Dockerfile_php

This file was deleted.

5 changes: 0 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,5 @@
"WpOop\\Containers\\FuncTest\\": "tests/functional",
"WpOop\\Containers\\TestHelpers\\": "tests/helpers"
}
},
"extra": {
"branch-alias": {
"dev-develop": "0.1.x-dev"
}
}
}
Loading

0 comments on commit 7f09f30

Please sign in to comment.