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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |