Skip to content

Commit

Permalink
feat: remove nightly from tutor_version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
magajh committed Nov 22, 2024
1 parent 7fd45e4 commit 165b348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
tutor_version: ['<18.0.0', '<19.0.0', 'nightly']
tutor_version: ['<18.0.0', '<19.0.0']
include:
- tutor_version: 'nightly'
continue_on_error: true
Expand Down

0 comments on commit 165b348

Please sign in to comment.