hotwired-laravel / turbo-laravel

This package gives you a set of conventions to make the most out of Hotwire in Laravel.
https://turbo-laravel.com
MIT License
803 stars 50 forks source link

Test with PHP 8.1 #37

Closed tonysm closed 3 years ago

tonysm commented 3 years ago

Looks like it's passing in the latest 8.1.0-RC4:

docker run --rm -v $PWD:/app -w /app php:8.1.0RC4-cli php vendor/bin/phpunit
PHPUnit 9.5.10 by Sebastian Bergmann and contributors.

Runtime:       PHP 8.1.0RC4
Configuration: /app/phpunit.xml.dist
Warning:       No code coverage driver available

................................................................. 65 / 81 ( 80%)
................                                                  81 / 81 (100%)

Time: 00:00.423, Memory: 26.00 MB

OK (81 tests, 248 assertions)