diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index bb9f501..e389c1d 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -13,8 +13,10 @@ jobs: matrix: os: [ubuntu-latest] payload: + - { laravel: '10.*', php: '8.3', 'testbench': '8.*'} - { laravel: '10.*', php: '8.2', 'testbench': '8.*'} - { laravel: '10.*', php: '8.1', 'testbench': '8.*'} + - { laravel: '9.*', php: '8.3', 'testbench': '7.*'} - { laravel: '9.*', php: '8.2', 'testbench': '7.*'} - { laravel: '9.*', php: '8.1', 'testbench': '7.*'} - { laravel: '9.*', php: '8.0', 'testbench': '7.*'}