-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe your issue:
Specifying version does not work neither for firefox, nor chrome. latest works fine
Steps to reproduce (least amount of steps as possible):
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
strategy:
fail-fast: false
matrix:
browser: [
{name: 'chrome', version: '96.0'},
{name: 'firefox', version: '95.0'},
]
steps:
- uses: abhi1693/setup-browser@v0.3.4
with:
browser: ${{ matrix.browser.name }}
version: ${{ matrix.browser.version }}
Other details that may be helpful:
Environment information
- Version:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

