Skip to content

Update github ci config #2

Update github ci config

Update github ci config #2

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- name: Setup PHP with sockets
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
extensions: sockets
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
- name: Phpstan
uses: php-actions/phpstan@v3
with:
path: src/
- name: Psalm
uses: docker://ghcr.io/psalm/psalm-github-actions
- name: PHPUnit tests
uses: graychen/[email protected]
with:
config: phpunit.xml