dependabot[bot] and dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3f742fd665
Bump actions/checkout from 6 to 7 in the deps group ( #1792 )
...
Bumps the deps group with 1 update: [actions/checkout](https://github.com/actions/checkout ).
Updates `actions/checkout` from 6 to 7
- [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/v6...v7 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: deps
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-10 10:41:00 +02:00
Barry vd. Heuvel
cff155b0d3
Replace psalm with larastan ( #1755 )
...
* Use larastan instead of psalm
* Fix cs
* Fix baseline
2026-02-07 14:32:53 +01:00
dependabot[bot] and dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
d61d20357e
Bump the deps group across 1 directory with 2 updates ( #1743 )
...
Bumps the deps group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout ) and [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action ).
Updates `actions/checkout` from 5 to 6
- [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/v5...v6 )
Updates `stefanzweifel/git-auto-commit-action` from 6 to 7
- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases )
- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: deps
- dependency-name: stefanzweifel/git-auto-commit-action
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: deps
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-10 10:10:25 +01:00
dependabot[bot] and dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
53854ea7d9
Bump actions/checkout from 4 to 5 in the deps group ( #1731 )
...
Bumps the deps group with 1 update: [actions/checkout](https://github.com/actions/checkout ).
Updates `actions/checkout` from 4 to 5
- [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/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: deps
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-02 16:32:00 +02:00
Markus Podar
9af62e243d
Bump minimum PHP version to 8.1 & misc maintenance ( #1521 )
...
* Bump minimum PHP version to 8.1
Laravel 10 doesn't support 8.0 anyway
* Remove phpunit 9
* gha: remove unused matrix dimension
* gha: bump runner os
* tests: remove outdated version checks
2024-02-17 22:08:15 +01:00
6579c0332b
Remove doctrine ( #1512 )
...
* Remove doctrine
* Fix tests
* normalize composer.json
* Add back platform
* Bump integration versions
* composer fix-style
* Fix stability
* Bump minimum to 10.36
* Bump minimum to 10.38
* More types
* Fast fail off
* Bump docblock
* composer fix-style
* add bpchar
* Use match for type detection
Co-authored-by: Hafez Divandari <[email protected] >
* Use driverName
Co-authored-by: Hafez Divandari <[email protected] >
* fix match
* TWeak types
* Update snapshots
* Remove testbench 7
* composer fix-style
* Update src/Console/ModelsCommand.php
Co-authored-by: Hafez Divandari <[email protected] >
* Update src/Console/ModelsCommand.php
Co-authored-by: Hafez Divandari <[email protected] >
* Tweak bool
* Update src/Console/ModelsCommand.php
Co-authored-by: Hafez Divandari <[email protected] >
* composer fix-style
* Remove custom types, default to string
---------
Co-authored-by: barryvdh <[email protected] >
Co-authored-by: laravel-ide-helper <[email protected] >
Co-authored-by: Hafez Divandari <[email protected] >
2024-02-17 11:12:12 +01:00
f64ff9c0b1
Add support for enum default arguments using enum cases ( #1464 )
...
* add case when default value is of type enum
* Update CHANGELOG.md
* add tests for enum arguments default values
* ignore psalm issue (built-in `\UnitEnum` class does not exists in PHP7)
* Update run-static-analysis.yml to use PHP8.1
---------
Co-authored-by: Barry vd. Heuvel <[email protected] >
Co-authored-by: Barry vd. Heuvel <[email protected] >
2024-02-07 21:27:30 +01:00
erikn69
c751d3e176
ci: Use GitHub Actions V4 ( #1469 )
2023-09-29 09:25:55 +02:00
de64d665e0
added laravel 9 support ( #1297 )
...
* added laravel 9 support
* added exclude directives to matrix
* fixed matrix
* Update composer.json
* Update run-integration-tests.yml
* Update CHANGELOG.md
Co-authored-by: Ricardo Čerljenko <[email protected] >
Co-authored-by: Barry vd. Heuvel <[email protected] >
2022-01-13 15:38:59 +01:00
Barry vd. Heuvel
9ba2f5c557
Update run-static-analysis.yml ( #1131 )
2020-12-21 09:34:43 +01:00
Markus Podar and laravel-ide-helper
ca0cf7355a
[GHA] Misc improvements ( #1101 )
...
* gha: be more specific which OS to use
Avoids "surprises" when Github changes the underlying version, like they
currently announce with a warning:
> Ubuntu-latest workflows will use Ubuntu-20.04 soon. For more details, see https://github.com/actions/virtual-environments/issues/1816
Note: basically right now "latest" is actually 18.04 and not 20.04
* composer fix-style
* gha: require league/flysystem:^1 for lumen
2.* doesn't work out of the box
* gha: explicit version of composer isn't necessary anymore
v2 is already the default
* Be explicit to require the pdo SQLite extension for tests
Co-authored-by: laravel-ide-helper <[email protected] >
2020-11-30 15:13:01 +01:00
Markus Podar
3197aab841
gha: add timeouts ( #967 )
2020-06-23 08:25:12 +02:00
feek and mr-feek
545298c44d
[Chore] Introduce psalm ( #962 )
...
* chore: introduce psalm
* chore: remove dead code
* chore: run psalm workflow
* chore: run psalm in grumphp
* normalize composer.json
* chore: analyse --> analyze
* chore: just remove psalm when running tests instead of worrying about dependency mismatch hell
Co-authored-by: mr-feek <[email protected] >
2020-06-22 20:28:59 +02:00