Skip to content

Properly sort enum cases based on their current name, instead of the name it would after current transliteration (Enum keys never change for BC) #889

Properly sort enum cases based on their current name, instead of the name it would after current transliteration (Enum keys never change for BC)

Properly sort enum cases based on their current name, instead of the name it would after current transliteration (Enum keys never change for BC) #889

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
types: [ opened, synchronize ]
branches: [ main ]
workflow_dispatch:
schedule:
- cron: '55 17 * * *'
jobs:
quality:
uses: prinsfrank/CI-PHP/.github/workflows/quality.yml@main
with:
PHP_VERSION: '8.3'
PHP_VERSIONS: '["8.2", "8.3", "8.4"]'
secrets: inherit