Skip to content

Commit

Permalink
Update text matrix p.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev committed Apr 6, 2023
1 parent 3f3aaed commit 0b0c23d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b0c23d

Please sign in to comment.