Skip to content

Commit

Permalink
Run tests with Pyodide 0.23 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking13 authored Jun 11, 2023
1 parent ed584c1 commit ed3ab0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
browser: ${{ matrix.test-config.browser }}
browser-version: ${{ matrix.test-config.browser-version }}
driver-version: ${{ matrix.test-config.driver-version }}
token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Check installation
shell: bash
run: |
Expand All @@ -74,7 +74,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [0.21.0, 0.21.3, 0.22.0a3]
version: [0.21.3, 0.22.1, 0.23.2]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ed3ab0c

Please sign in to comment.