Skip to content

Commit

Permalink
skip Alpine for 5.6 and 7.0 in all matrices
Browse files Browse the repository at this point in the history
  • Loading branch information
fquffio authored Jul 25, 2023
1 parent f45aeee commit 37d323e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,15 @@ jobs:
flavor: ''
- version: 'alpine'
flavor: ''
exclude:
- version: '5.6'
flavor: '-alpine'
- version: '5.6'
flavor: '-fpm-alpine'
- version: '7.0'
flavor: '-alpine'
- version: '7.0'
flavor: '-fpm-alpine'
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 37d323e

Please sign in to comment.