Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github actions #9

Merged
merged 2 commits into from
Mar 18, 2021
Merged

Github actions #9

merged 2 commits into from
Mar 18, 2021

Conversation

ersin-demirtas
Copy link
Contributor

  • Removed PHPLint
  • Removed CircleCI config
  • Added GitHub actions with multiple PHP version build check
  • Added namespace for Tests, at the moment the tests are with the same namespace as the source.

The reason for moving to GitHub actions is that it's much easier to setup and maintain.

@jbonzo can you enable github actions to move forward?

@ersin-demirtas ersin-demirtas merged commit 867df03 into develop Mar 18, 2021
@ersin-demirtas ersin-demirtas deleted the feature/gactions branch March 18, 2021 12:47
ersin-demirtas added a commit that referenced this pull request Apr 17, 2021
* Github actions (#9)

Removed PHPLint
Removed CircleCI config
Added GitHub actions with multiple PHP version build check
Added namespace for Tests, at the moment the tests are with the same namespace as the source.

* Namespace fix (#10)

- Replaced namespaces and folder structure for the entire package.
- Removed direct composer autoload from files. (no idea why autoloader was directly loaded)

* added test for mappers and fix for misspelt lastUpdateTimestam to lastUpdateTimestamp

* updated namespaces on README.md

* spelling mistake fix on autoload

* clean up

* phpcs clean up

* phpcs PSR12 clean up

* code clean up

* fix for mapping issue

* added phpcs and style clean up

* fixed market holiday url and readme doc

* upgraded guzzle to 7.2

* added minimum php requirement to v7.2.5

* depricated public properties will be removed in next major version

* seperated test concerns

* moved rest to Rest

* Delete tests/rest directory

* added circlici back

* removed composer.lock

* Update php.yml

Updated branch

* Update php.yml

Added master branch to run configuration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant