Skip to content

Commit

Permalink
github actions: remove prefer-lowest and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagof committed Aug 19, 2023
1 parent 7ec33cb commit 0354fd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
php: [8.2, 8.1]
laravel: [10.*]
stability: [prefer-lowest, prefer-stable]
stability: [prefer-stable]
include:
- laravel: 10.*
testbench: 8.*
Expand Down

0 comments on commit 0354fd4

Please sign in to comment.