Skip to content

Fix bookmakers helper #42

Fix bookmakers helper

Fix bookmakers helper #42

Workflow file for this run

name: Testing
on:
push:
branches:
- main
pull_request:
branches:
- main
types: [ opened, synchronize, reopened, ready_for_review ]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
extensions: zip, sqlite3, http
coverage: none
- name: Install composer dependencies
run: composer install --no-cache --no-ansi --no-interaction --no-progress
- name: Execute tests
run: ./vendor/bin/phpunit