Skip to content

feat(cors): make cors implicit #10

feat(cors): make cors implicit

feat(cors): make cors implicit #10

Workflow file for this run

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ ubuntu-latest, windows-latest ]
php: [ '8.3' ]
name: Haku Test with PHP ${{ matrix.php }} on ${{ matrix.operating-system }}
steps:
- uses: actions/checkout@v3
- name: Setup PHP
uses: nanasess/setup-php@v4
with:
php-version: ${{ matrix.php }}
- run: php haku init --test
- run: php haku test