Skip to content

Commit

Permalink
ci: update spawn_linux.yml, spawn_macos.yml and spawn_windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechsTech committed Mar 6, 2023
1 parent 738160d commit 19c8698
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/spawn_linux.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# GitHub Action for PHP with extensions
name: Linux

on: [push, pull_request]
on:
push:
branches: [ 5x ]
pull_request:
branches: [ 5x ]

jobs:
linux:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/spawn_macos.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# GitHub Action for PHP with extensions
name: macOS

on: [push, pull_request]
on:
push:
branches: [ 5x ]
pull_request:
branches: [ 5x ]

jobs:
macos:
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/spawn_windows.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# GitHub Action for PHP with extensions
name: Windows

on: [push, pull_request]
on:
push:
branches: [ 5x ]
pull_request:
branches: [ 5x ]

jobs:
windows:
Expand Down Expand Up @@ -34,7 +38,6 @@ jobs:
copy php_uv.dll ext\php_uv.dll
del php_uv.dll
del php_uv-0.2.4-${{ matrix.php }}-ts-vc15-x64.zip
php -m
- name: Install dependencies
run: composer install
- name: Test with phpunit
Expand Down

0 comments on commit 19c8698

Please sign in to comment.