Commit Graph

7 Commits

Author SHA1 Message Date
Namoshek 30040e8503
Replace deprecated set-output in GHA 2023-05-15 20:14:23 +02:00
Namoshek 936ce0549d
GHA: Run tests against PHP 8.2 (#37) 2023-02-14 20:50:15 +01:00
Namoshek d2a2a839e4
Fix: PR target event allows external builds (#32) 2022-11-22 22:32:07 +01:00
dependabot[bot] 136ce2cb75
Bump actions/checkout from 2 to 3 (#24)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-10 15:50:12 +02:00
Namoshek c398d5ec07
Add Dependabot and improve build pipeline (#23)
* Add dependabot config

* Update actions/cache and simplify variable usage in build
2022-04-10 15:45:17 +02:00
Namoshek d237909b6d
Feature laravel 9 (#22)
* Support Laravel 9

* Build and test using PHP 8.1
2022-02-10 19:22:40 +01:00
Namoshek fefbd82c59
Add code style enforcement and GitHub Actions workflow for tests (#3)
* Add PHP_CodeSniffer and fix code style

* Add test pipeline and SonarQube analysis

* Fix job name of workflow
2021-01-05 20:25:53 +01:00