Skip to content

Commit

Permalink
Update test workflow to only use Ubuntu OS
Browse files Browse the repository at this point in the history
The testing workflows have been updated to only use the Ubuntu-latest OS. This change has been made on both the pull request tests and regular tests. The Windows-latest OS has been removed from the testing matrix.
  • Loading branch information
marcreichel committed Dec 13, 2023
1 parent 8d5b6f2 commit 9737b46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ ubuntu-latest ]
php: [ 8.3, 8.2, 8.1 ]
laravel: [ 8.*, 9.*, 10.* ]
stability: [ prefer-stable ]
os: [ ubuntu-latest, windows-latest ]
include:
- laravel: 10.*
testbench: 8.*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ ubuntu-latest, windows-latest ]
os: [ ubuntu-latest ]
php: [ 8.3, 8.2, 8.1 ]
laravel: [ 10.*, 9.*, 8.* ]
stability: [ prefer-stable ]
Expand Down

0 comments on commit 9737b46

Please sign in to comment.