Skip to content

Commit

Permalink
Gato 1.5 Release (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: Mason Davis <[email protected]>
  • Loading branch information
AdnaneKhan and mas0nd authored Jun 26, 2023
1 parent af358be commit 80d5ec8
Show file tree
Hide file tree
Showing 34 changed files with 2,937 additions and 769 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- 'main'
- 'develop'
- 'dev'
paths:
- 'gato/**'
- 'setup.py'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10"]

timeout-minutes: 10

Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10"]

timeout-minutes: 10

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ are thousands of organizations that utilize self-hosted runners.
* GitHub Action Workflow Parsing
* Automated Command Execution Fork PR Creation
* Automated Command Execution Workflow Creation
* Automated workflow secrets exfiltration
* SOCKS5 Proxy Support
* HTTPS Proxy Support

Expand Down
Loading

0 comments on commit 80d5ec8

Please sign in to comment.