Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix invalid definition in plugins-ci and plugins-ci-redis #84

Merged
merged 2 commits into from
Jun 9, 2023

Conversation

rluvaton
Copy link
Contributor

@rluvaton rluvaton commented Jun 9, 2023

fix:

Example of usage:

strategy:
  matrix:
    os: [macos-latest, windows-latest]
    version: [12, 14, 16]
    environment: [staging, production]
    exclude:
      - os: macos-latest
        version: 12
        environment: production
      - os: windows-latest
        version: 16
runs-on: ${{ matrix.os }}

from Github Actions docs - Using a matrix for your jobs - Excluding matrix configurations

@rluvaton rluvaton changed the title fix #8 fix invalid definition in plugins-ci and plugins-ci-redis Jun 9, 2023
@rluvaton
Copy link
Contributor Author

rluvaton commented Jun 9, 2023

@mcollina

Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mcollina mcollina merged commit 3135dc1 into fastify:main Jun 9, 2023
@rluvaton rluvaton deleted the patch-1 branch June 9, 2023 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants