Skip to content

Commit

Permalink
Merge pull request #31 from localheinz/fix/os
Browse files Browse the repository at this point in the history
Fix: Run jobs on `ubuntu-latest` only
  • Loading branch information
theseer committed Jun 1, 2023
2 parents d62bb05 + 43d4172 commit 13776d5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,10 @@ jobs:
tests:
name: "Tests"

runs-on: "${{ matrix.operating-system }}"
runs-on: "ubuntu-latest"

strategy:
matrix:
operating-system:
- "macos-latest"
- "ubuntu-latest"
- "windows-latest"

php-versions:
- "7.3"
- "7.4"
Expand Down

0 comments on commit 13776d5

Please sign in to comment.