Skip to content

Commit

Permalink
Merge pull request #185 from hpidcock/add-3.6
Browse files Browse the repository at this point in the history
Add 3.6 support.
  • Loading branch information
hpidcock committed Apr 18, 2024
2 parents 2051261 + db88ef0 commit cf273d8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jobs/ci-run/integration/gen/test-sidecar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
test_name: 'sidecar'
setup_steps: ''
task_name: 'test_deploy_and_force_remove_application'
skip_tasks: 'test_deploy_and_remove_application,test_pebble_notices,test_pebble_change_updated'
skip_tasks: 'test_deploy_and_remove_application,test_pebble_notices'
publishers:
- integration-artifacts

Expand Down Expand Up @@ -171,7 +171,7 @@
test_name: 'sidecar'
setup_steps: ''
task_name: 'test_deploy_and_remove_application'
skip_tasks: 'test_deploy_and_force_remove_application,test_pebble_notices,test_pebble_change_updated'
skip_tasks: 'test_deploy_and_force_remove_application,test_pebble_notices'
publishers:
- integration-artifacts

Expand Down Expand Up @@ -245,6 +245,6 @@
test_name: 'sidecar'
setup_steps: ''
task_name: 'test_pebble_notices'
skip_tasks: 'test_deploy_and_force_remove_application,test_deploy_and_remove_application,test_pebble_change_updated'
skip_tasks: 'test_deploy_and_force_remove_application,test_deploy_and_remove_application'
publishers:
- integration-artifacts
1 change: 1 addition & 0 deletions jobs/github/mergejobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
- "3.3": {}
- "3.4": {}
- "3.5": {}
- "3.6": {}
jobs:
- 'github-juju-merge-jobs-{branch_name}'

Expand Down
1 change: 1 addition & 0 deletions tools/gen-wire-tests/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ var minVersionRegex = map[string]string{
"3.3": "^[4-9].*|^3\\\\.([3-9]|\\\\d{2,})(\\\\.|-).*",
"3.4": "^[4-9].*|^3\\\\.([4-9]|\\\\d{2,})(\\\\.|-).*",
"3.5": "^[4-9].*|^3\\\\.([5-9]|\\\\d{2,})(\\\\.|-).*",
"3.6": "^[4-9].*|^3\\\\.([6-9]|\\\\d{2,})(\\\\.|-).*",
"4.0": "^[5-9].*|^4\\\\.([0-9]|\\\\d{2,})(\\\\.|-).*",
}

Expand Down

0 comments on commit cf273d8

Please sign in to comment.