Skip to content

verify-translations: use PHP 8.3 #776

verify-translations: use PHP 8.3

verify-translations: use PHP 8.3 #776

name: Verify translations
on:
push:
branches-ignore:
- 'l10n/*'
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/[email protected]
with:
php-version: 8.3
- name: Verify translations
run: php .github/workflows/verify-translations.php ${{ github.workspace }}