Skip to content

ci: unstick version computation and gate releases on a real commit #12

ci: unstick version computation and gate releases on a real commit

ci: unstick version computation and gate releases on a real commit #12

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
tools: composer
- name: Install dependencies
run: composer install --no-interaction
- name: Run tests
run: ./vendor/bin/phpunit