Skip to content

Merge pull request #8 from codelicia/renovate/jetbrains-qodana-action… #28

Merge pull request #8 from codelicia/renovate/jetbrains-qodana-action…

Merge pull request #8 from codelicia/renovate/jetbrains-qodana-action… #28

Workflow file for this run

name: Run CI
on: [push]
jobs:
build:
name: CI
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['8.2']
steps:
- uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
- name: Install dependencies
run: composer install
- name: Run tests
run: composer run test
- name: Run Qodana
uses: JetBrains/qodana-action@v2023.2.1