Skip to content

Commit

Permalink
Don't need to test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
riasvdv committed Jun 17, 2022
1 parent 9184752 commit 1843371
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ on:

jobs:
test:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.0, 8.1]
laravel: [8.*, 9.*]
include:
Expand All @@ -21,7 +20,7 @@ jobs:
- laravel: 8.*
testbench: 6.*

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.os }}
name: P${{ matrix.php }} - L${{ matrix.laravel }}

steps:
- name: Checkout code
Expand Down

0 comments on commit 1843371

Please sign in to comment.