Skip to content

Fix compatibility with nette/application 3.2.3 #1

Fix compatibility with nette/application 3.2.3

Fix compatibility with nette/application 3.2.3 #1

Workflow file for this run

name: Coding style
on:
- push
- pull_request
jobs:
tests:
runs-on: ubuntu-latest
name: PHP
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: 8.1
- run: composer install --no-progress --prefer-dist
- run: composer cs