diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 1f650f7..763f2df 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -13,7 +13,8 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: [8.2] + mysql: [8.1] + php: [8.1] laravel: [10.*] stability: [prefer-lowest, prefer-stable] include: @@ -21,11 +22,11 @@ jobs: testbench: 8.* carbon: ^2.63 - name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} + name: M${{ matrix.mysql }} - P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} services: mysql: - image: mysql:8.2 + image: mysql:matrix.mysql env: MYSQL_ALLOW_EMPTY_PASSWORD: yes MYSQL_DATABASE: dbpull_test