Skip to content

Commit

Permalink
Run puppet 7 builds only on 2.5 and 2.6 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ahayworth committed Feb 3, 2021
1 parent a745407 commit acadc74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -93,7 +93,9 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ["2.5", "2.6", "2.7", "3.0"]
# 2.7 and 3.0 fail at the moment
# ruby-version: ["2.5", "2.6", "2.7", "3.0"]
ruby-version: ["2.5", "2.6"]
steps:
- name: Checkout code
uses: actions/checkout@v1
Expand Down

0 comments on commit acadc74

Please sign in to comment.