Skip to content

Updated bucket contracts to handle rejection reason #35

Updated bucket contracts to handle rejection reason

Updated bucket contracts to handle rejection reason #35

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