Skip to content

Commit

Permalink
[.github] Add GraalVM to optional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sideeffect42 committed Oct 17, 2024
1 parent 9c1bca4 commit f25535d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-build-optional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- pypy-3.8
- pypy-3.9
- pypy-3.10
- graalpy-22.3.1
- graalpy-23.1.2
- graalpy-24.1.1
include:
- {os: "macos", python-version: "3.5"}
- {os: "macos", python-version: "3.6"}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-unit-optional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- pypy-3.7
- pypy-3.8
- pypy-3.9
- graalpy-22.3.1
- graalpy-23.1.2
- graalpy-24.1.1
include:
- {os: "macos", python-version: "3.5"}
- {os: "macos", python-version: "3.6"}
Expand Down

0 comments on commit f25535d

Please sign in to comment.