diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 48207ca..19bcd57 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,9 @@ jobs: - {laravel: '9', phpunit: '10'} - {phpunit: '9'} include: - - {laravel: '9', phpunit: '9'} + - {php: '8.1', laravel: '9', phpunit: '9'} + - {php: '8.2', laravel: '9', phpunit: '9'} + - {php: '8.3', laravel: '9', phpunit: '9'} steps: - name: Checkout repository uses: actions/checkout@v3