Skip to content

Commit

Permalink
Extend PHP builds to github actions 4
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeySeroshtan committed Apr 26, 2024
1 parent 7445acd commit 80f2f26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest]
os: [macos-13]
php-version: ["8.2", "8.3", "8.4"]
arch: [x86_64, arm64]
include:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: build-macos
on:
push:
branches:
- 'main'
- 'develop'
- 'release/**'
- 'hotfix/**'
- "main"
- "develop"
- "release/**"
- "hotfix/**"
jobs:
build-macos:
runs-on: macos-13
Expand Down

0 comments on commit 80f2f26

Please sign in to comment.