Skip to content

1.3.0

Latest
Compare
Choose a tag to compare
@igorsgm igorsgm released this 13 Apr 07:32
c42045f

Github actions improvements, replace outdated libraries

  • Added multiple Github actions pipelines for each Laravel version supported (with supported PHP versions)
  • Bumped Node.js version in Github actions to 20 (including actions/setup-node@v4, actions/checkout@v4, actions/cache@v4)
  • Replaced set-output syntax (deprecated)
  • Updated package-lock.json with more recent versions
  • Replaced nunomaduro/larastan (deprecated) with larastan/larastan
  • Updated phpunit.xml to latest format
  • Replaced pestphp/pest-plugin-mock (deprecated) with Mockery
  • Fixed GitHelperTest.php test when running on more recent version of git

#29