Skip to content

Commit

Permalink
Add MacOS and Windows test in GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
joanhey committed Sep 4, 2023
1 parent ea3adbd commit 4c9124b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ on: [ push, pull_request ]

jobs:
linux_tests:
runs-on: ubuntu-22.04
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
php: ["8.1", "8.2", "8.3"]

fail-fast: false

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

steps:
- name: Checkout code
Expand Down

0 comments on commit 4c9124b

Please sign in to comment.