Convert PHP scripts to proper PHPUnit tests and add provider/interface tests for OpenAI #45
  
    
      This file contains hidden or 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 Joomla Framework | |
| on: | |
| push: | |
| pull_request: | |
| schedule: | |
| - cron: 15 2 * * 1 | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| framework-ci: | |
| uses: joomla-framework/.github/.github/workflows/workflow-v4.yml@main |