From 6acbccb2ae3e1a2d37978943e37bb223bf55abfb Mon Sep 17 00:00:00 2001 From: Tim MacDonald Date: Sat, 18 May 2024 17:27:20 +1000 Subject: [PATCH] Update CI --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bf77290..e52442b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -49,7 +49,7 @@ jobs: tests: runs-on: ubuntu-latest - name: 'PHP ${{ matrix.php }} Illuminate ${{ matrix.illuminate }}' + name: 'PHP ${{ matrix.php }} Illuminate ${{ matrix.illuminate }} Testbench ${{ matrix.testbench }} PHPUnit ${{ matrix.phpunit }}' strategy: matrix: php: ['8.1', '8.2', '8.3']