Skip to content

Fix typed properties used before initialization and return type for s… #5

Fix typed properties used before initialization and return type for s…

Fix typed properties used before initialization and return type for s… #5

Workflow file for this run

name: CI
on:
push:
branches:
- main
- 3.x
pull_request:
branches:
- main
- 3.x
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
- name: Install dependencies
run: composer install --no-progress --no-suggest --no-interaction
- name: Run PHPUnit tests
run: ./vendor/bin/phpunit