Skip to content

Added a new bucket to save the reason of a reject #31

Added a new bucket to save the reason of a reject

Added a new bucket to save the reason of a reject #31

Workflow file for this run

name: PHPSpec
on: push
jobs:
phpspec:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
with:
args: --prefer-dist
php_version: '8.2'
- uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
coverage: none
- name: PHP Spec
run: bin/phpspec run spec