From 3524d506d9cad97306e39679b301370d20fa18a5 Mon Sep 17 00:00:00 2001 From: Ron Northrip Date: Fri, 15 Mar 2024 10:09:52 -0400 Subject: [PATCH] Pull mysql version into matrix settings --- .github/workflows/run-tests.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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