Skip to content

Commit

Permalink
Do not test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
svenluijten committed Jan 7, 2024
1 parent a510c1f commit a7a7a32
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,14 @@ on:

jobs:
run-tests:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.2, 8.3]
stability: [prefer-lowest, prefer-stable]
exclude:
# imagick cannot be installed for PHP 8.3 on Windows (yet)
- os: windows-latest
php: 8.3

name: PHP ${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}

steps:
- name: Checkout code
Expand Down

0 comments on commit a7a7a32

Please sign in to comment.