Skip to content

Commit

Permalink
Remove Windows from test action
Browse files Browse the repository at this point in the history
  • Loading branch information
amiranagram committed Nov 8, 2022
1 parent 64759a2 commit 7b79a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ ubuntu-latest, windows-latest ]
os: [ ubuntu-latest ]
php: [ 7.2.5, 8.0 ]
laravel: [ 6.*, 8.*, ^9.33 ]
testbench: [ ^4.0, ^6.6, ^7.0 ]
Expand Down

0 comments on commit 7b79a05

Please sign in to comment.