Skip to content

Commit

Permalink
Update php.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anandpskerala committed Sep 20, 2023
1 parent fb8bdc7 commit df2658c
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,14 @@
name: PHP Composer

name: Phar
on:
workflow_dispatch: {}

permissions:
contents: read


jobs:
build:

name: Phar php
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Setup PHP Action
uses: shivammathur/setup-php@2.26.0


# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
# Docs: https://getcomposer.org/doc/articles/scripts.md

# - name: Run test suite
# run: composer run-script test

0 comments on commit df2658c

Please sign in to comment.