Skip to content

28.0.14 RC1, 30.0.4 RC1, escape route for 28.0.13 installations #182

28.0.14 RC1, 30.0.4 RC1, escape route for 28.0.13 installations

28.0.14 RC1, 30.0.4 RC1, escape route for 28.0.13 installations #182

name: Check config.php is up-to-date with JSON configuration files
on: pull_request
permissions:
contents: read
concurrency:
group: config-up-to-date-check-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
config-up-to-date-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Make sure config.php is up-to-date with JSON files
run: |
mv config/config.php config/config_pr.php
make config/config.php
diff config/config_pr.php config/config.php