api-ecosystem-for-laravel / dingo-api

Replacement repo for dingo/api
BSD 3-Clause "New" or "Revised" License
265 stars 58 forks source link

PHP 8.1 Support #15

Closed specialtactics closed 2 years ago

specialtactics commented 2 years ago

Track PR progress here: https://github.com/api-ecosystem-for-laravel/dingo-api/pull/14

dmason30 commented 2 years ago

@specialtactics Are you open to a PR switching from travis to GitHub actions? I would be willing to work on changes for this and laravel 9 but it would be much easier for contributors if tests ran GitHub actions going forward.

specialtactics commented 2 years ago

Hey @dmason30 absolutely this is my plan, and I'm going to be working on this as soon as I get some time (probably in March). I want to not only use github actions but set up a kubernetes cluster for this group for an external test runner so it's much quicker and easier to run many tests & in parallel.

You can always just run phpunit locally in your own branch if you want to make contributions.

specialtactics commented 2 years ago

This should be done.