chinleung / laravel-multilingual-routes

A package to handle multilingual routes in your Laravel application.
https://github.com/chinleung/laravel-multilingual-routes-demo
MIT License
395 stars 25 forks source link

feat: add PHP 8.1 and Laravel 9 to supported environments #66

Closed greatislander closed 2 years ago

greatislander commented 2 years ago

This PR adds Laravel 9 and PHP 8.1 to supported environments and to the GitHub Actions test matrix.

Depends on https://github.com/chinleung/laravel-locales/pull/6 and a new release of https://github.com/chinleung/laravel-locales.

chinleung commented 2 years ago

Hey @greatislander,

Thanks for the contribution. Could you update it to remove support for PHP 7.4 please? 😄 I wanted to release a v3 for Laravel 9.

greatislander commented 2 years ago

Sure! I'm also thinking that some older Laravel versions will need to be dropped as the PHP 8.1 prefer-lowest matrix is failing (likely due to older versions not supporting PHP 8.1).

chinleung commented 2 years ago

Sure! I'm also thinking that some older Laravel versions will need to be dropped as the PHP 8.1 prefer-lowest matrix is failing (likely due to older versions not supporting PHP 8.1).

Yeah that's ok. The older versions will use v2 instead. 😄

greatislander commented 2 years ago

@chinleung Looks like Travis is still a required check— but I think this is good now.

chinleung commented 2 years ago

@chinleung Looks like Travis is still a required check— but I think this is good now.

I'll remove it from the settings of the repo.

We can also drop support for illuminate/support v8 right?

chinleung commented 2 years ago

Thanks @greatislander !

Available as of v3.0.0. 😄