Skip to content

[BUG] Specifying version does not work #21

@mp205

Description

@mp205

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 }}

Result:
image

image

Other details that may be helpful:

Environment information

  • Version:

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions