Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Aug 3, 2024
1 parent fc59c9d commit 6e0913b
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,11 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-12, macos-13, macos-14]
os: [macos-14]
name: Test on ${{ matrix.os}}
steps:
- name: brew update
run: |
git -C $(brew --repo) pull origin master
git -C $(brew --repo homebrew/core) pull origin master
- name: Test
run: |
brew tap shivammathur/php
brew install shivammathur/php/php@5.6
- name: Setup PHP
uses: shivammathur/setup-php@verbose
with:
php-version: 8.4
extensions: ast-1.1.1

0 comments on commit 6e0913b

Please sign in to comment.