baopham / laravel-dynamodb

Eloquent syntax for DynamoDB
https://packagist.org/packages/baopham/dynamodb
MIT License
484 stars 128 forks source link

add php 8.0 and 8.1 to travis.yml #257

Closed crhg closed 1 year ago

crhg commented 1 year ago

Add 8.0 and 8.1 to the PHP versions to be tested in travis ci.

Laravel 9 only supports PHP version 8 or higher, so it is preferable to test for these versions.

scrutinizer-notifier commented 1 year ago

The inspection completed: No new issues

nelson6e65 commented 1 year ago

Thanks. Travis will be replaced with GitHub actions instead. Adding tests for PHP 8 is in the roadmap.