From 0b0c23da15984a916c364c521bc7f7649ab20125 Mon Sep 17 00:00:00 2001 From: Alies Lapatsin Date: Thu, 6 Apr 2023 11:24:33 +0200 Subject: [PATCH] Update text matrix p.2 --- .github/workflows/run-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 4304248..a02a7d3 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -4,16 +4,16 @@ on: [ push, pull_request ] jobs: test: - runs-on: ${{ matrix.os }} + runs-on: ubuntu-latest strategy: fail-fast: true matrix: - os: [ ubuntu-latest ] php: [ 8.1, 8.2 ] laravel: [ 10.* ] + testbench: [ 8.* ] dependency-version: [ prefer-stable ] - name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }} + name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} steps: - name: Checkout code