Skip to content

Commit

Permalink
test windows, macos
Browse files Browse the repository at this point in the history
  • Loading branch information
recca0120 committed May 2, 2023
1 parent 492afe7 commit 7897ca4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
php: [ '7.3', '7.4', '8.0', '8.1', '8.2' ]

name: PHP ${{ matrix.php }}
name: ${{ matrix.os }} PHP ${{ matrix.php }}
env:
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, grpc
key: cache-v1 # can be any string, change to clear the extension cache.
Expand Down

0 comments on commit 7897ca4

Please sign in to comment.