23 Commits

Author SHA1 Message Date
John Paul E. Balandan, CPA
242745c661
refactor: split phpstan-baseline into smaller files (#9299)
* refactor: split phpstan-baseline into smaller files

* Checkout base branch to resolve codeigniter4/framework

* Fix rector changes
2024-12-15 08:38:40 +08:00
John Paul E. Balandan, CPA
4edba3ae9e
Call composer cs instead of individual calls 2024-07-25 23:00:24 +08:00
John Paul E. Balandan, CPA
90ea5c7cc1
Move phpstan and rector to root composer.json 2024-07-23 20:58:52 +08:00
John Paul E. Balandan, CPA
8c854b1aa4
Fix GH actions 2024-07-23 20:58:52 +08:00
kenjis
6647a8e5fe
chore: update highest PHP version 2024-05-06 09:19:17 +09:00
kenjis
07daa923b1
chore: update test-coding-standards.yml for .php-cs-fixer.tests.php 2024-05-06 09:18:49 +09:00
kenjis
7e223f9de9
Merge remote-tracking branch 'upstream/develop' into 4.5 2024-01-23 09:25:24 +09:00
dependabot[bot]
37cff22e70
chore(deps): bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-18 15:03:18 +00:00
kenjis
188c967751
chore: drop PHP 8.3 for php-cs-fixer
Run vendor/bin/php-cs-fixer fix --verbose --ansi --dry-run --config=.php-cs-fixer.no-header.php --using-cache=no --diff
PHP needs to be a minimum version of PHP 7.4.0 and maximum version of PHP 8.2.*.
Current PHP version: 8.3.0-dev.
To ignore this requirement please set `PHP_CS_FIXER_IGNORE_ENV`.
If you use PHP version higher than supported, you may experience code modified in a wrong way.
Please report such cases at https://github.com/PHP-CS-Fixer/PHP-CS-Fixer .
Error: Process completed with exit code 1.
2023-10-13 17:41:07 +09:00
kenjis
f0919838cb
chore: drop PHP 8.0 in github workflows 2023-10-13 17:27:27 +09:00
kenjis
0c8727469d
chore: update php version to 8.2 2023-09-23 14:06:36 +09:00
kenjis
6bf8cd9b89
chore: drop PHP 7.4 in workflows 2023-09-23 14:06:35 +09:00
dependabot[bot]
28c71eb11f
build(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [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/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-04 15:17:26 +00:00
Denny Septian Panggabean
c63a3e02c0
chore: secure workflows permission 2022-12-28 08:43:35 +07:00
John Paul E. Balandan, CPA
994407d3eb
Raise runner version to ubuntu-22.04 2022-10-24 18:07:29 +08:00
John Paul E. Balandan, CPA
7f53a86eaf
Cancel running CI jobs when a PR is updated 2022-10-22 22:53:55 +08:00
John Paul E. Balandan, CPA
76936f1797
Use environment variables instead of set-output 2022-10-13 23:20:44 +08:00
kenjis
70af24e461
chore: rename php-cs-fixer config files
The php-cs-fixer configuration files are all in one place and easy to find.
2022-04-05 17:21:12 +09:00
dependabot[bot]
42d50cc935
chore(deps): bump actions/cache from 2 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-21 15:03:28 +00:00
kenjis
03354eed49
chore: add coding style check for user_guide/ in GitHub Action 2022-03-08 18:54:17 +09:00
dependabot[bot]
561706af62
chore(deps): bump actions/checkout from 2 to 3 (#5760)
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-03-03 00:45:54 +08:00
Abdul Malik Ikhsan
a074aee6aa
remove php 7.3 from workflow 2022-01-10 02:02:31 +00:00
John Paul E. Balandan, CPA
f58a15c6a3
Add workflow for linting framework (#4958) 2021-07-24 16:58:25 +08:00