Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Nov 9, 2023
1 parent afb4698 commit 6537d17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,11 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
python_version: ["3.10"] # ["3.8", "3.9", "3.10", "3.11", "3.12"]
arangodb_config: ["single", "cluster"]
arangodb_edition: ["community"] # ["community", "enterprise"]
arangodb_edition: ["community", "enterprise"]
arangodb_version: ["latest"] # ["3.10.10", "3.11.4", "latest"]

steps:
Expand Down

0 comments on commit 6537d17

Please sign in to comment.