Skip to content

Commit

Permalink
test more php versions against macos
Browse files Browse the repository at this point in the history
  • Loading branch information
brettmc committed Apr 27, 2024
1 parent 92829c6 commit aa1a4fd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,19 @@ jobs:

macos:
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
php: [ '8.0', '8.1', '8.2', '8.3' ]

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}

- name: build
run: |
Expand Down

0 comments on commit aa1a4fd

Please sign in to comment.