Sebastian Grodzicki

Results 16 comments of Sebastian Grodzicki

> I think we should have PHP 7 as the minimum requirement. We may need to add a note to the readme explaining how users can still use the class...

I figured that we can still allow PHP 5 and only run tests for supported PHP versions (`>=7.2`). Changes in 2a8c3532339bb906d8c19582e83457e8337e1660.

I've added integration tests in eefcb6520fa4e14847d8168a5d45075790fbb399 which test against every minor version of PHP starting from 7.2 and all UniFi Network Application versions available as Docker images. This currently translates...

The test matrix is defined in `.github/workflows/test.yml` and it looks like `v7.4`, `v7.5`, and `v8.0` would need to be added. Also, `8.3` for PHP itself. Other than that everything seems...

This setup is meant to run on GitHub Actions but it could certainly be adjusted to run somewhere else (though Docker would be almost identical). Those credentials are defaults from...

> FYI, we've bumped PHP requirement to 7.4 😉 Upgraded to PHP 7.4 and updated dependencies (GitHub Actions & UniFi versions)