Skip to content

Commit

Permalink
Get rid of problematic Windows jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Wirone committed Feb 28, 2022
1 parent 3868f64 commit 06e86a8
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:

jobs:
tests:
name: "Tests @ PHP${{ matrix.php-version }}, ${{ matrix.operating-system.name }}"
runs-on: ${{ matrix.operating-system.image }}
name: "Tests @ PHP${{ matrix.php-version }}"
runs-on: ubuntu-latest
timeout-minutes: 60

strategy:
Expand All @@ -19,11 +19,6 @@ jobs:
- "7.4"
- "8.0"
- "8.1"
operating-system:
- image: ubuntu-latest
name: Ubuntu
- image: windows-latest
name: Windows
script:
- "composer phpunit"

Expand Down

0 comments on commit 06e86a8

Please sign in to comment.