Skip to content

Translations update from Hosted Weblate #459

Translations update from Hosted Weblate

Translations update from Hosted Weblate #459

Workflow file for this run

name: CI
on:
pull_request: null
push:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['8.1', '8.2', '8.3']
name: Linting - PHP ${{ matrix.php }}
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
coverage: none
extensions: intl
- run: composer install --no-progress
- run: composer codestyle
- run: composer phpstan
- run: composer tests