Thanks to visit codestin.com
Credit goes to github.com

Skip to content

🔧 Bump version to 2.13.0 - Enhanced Knowledge Component Integration #196

🔧 Bump version to 2.13.0 - Enhanced Knowledge Component Integration

🔧 Bump version to 2.13.0 - Enhanced Knowledge Component Integration #196

Workflow file for this run

name: Tests
on: ['push', 'pull_request']
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
tools: composer:v2
coverage: xdebug
- name: Install Dependencies
run: composer install --no-interaction --prefer-dist --optimize-autoloader
- name: Initialize Storage
run: php conduit storage:init
- name: Tests
run: ./vendor/bin/pest --ci