Skip to content

Workflow grid generator missing files #7

@dsenalik

Description

@dsenalik
  1. The generated phpunit files are missing one combination, I suspect because it was excluded from postgres 14
Expected                         Generated
MAIN-phpunit-php8.2_D10_5x.yml   MAIN-phpunit-php8.2_D10_5x.yml
MAIN-phpunit-php8.2_D10_6x.yml   MAIN-phpunit-php8.2_D10_6x.yml
MAIN-phpunit-php8.3_D10_5x.yml   MAIN-phpunit-php8.3_D10_5x.yml
MAIN-phpunit-php8.3_D10_6x.yml   MAIN-phpunit-php8.3_D10_6x.yml
MAIN-phpunit-php8.3_D11_2x.yml   MAIN-phpunit-php8.3_D11_2x.yml
MAIN-phpunit-php8.3_D11_3x.yml   MAIN-phpunit-php8.3_D11_3x.yml
MAIN-phpunit-php8.4_D10_5x.yml   
MAIN-phpunit-php8.4_D10_6x.yml   
MAIN-phpunit-php8.4_D11_2x.yml   MAIN-phpunit-php8.4_D11_2x.yml
MAIN-phpunit-php8.4_D11_3x.yml   MAIN-phpunit-php8.4_D11_3x.yml

See PR tripal/tripal#2370 for the ALL-phpunit.yml file used here.

  1. The 4.x in the generated file should be single quoted
8c8
<       - 4.x
---
>       - '4.x'

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions