Skip to content

Commit

Permalink
Switch tests to 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomirp committed Dec 6, 2024
1 parent fc4cbc7 commit 0edd7e0
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,21 +57,15 @@ jobs:
- agent: 2.9.51 # renovate: juju-agent-pin-minor
libjuju: ==2.9.49.1 # renovate: latest libjuju 2
allure_on_amd64: false
- agent: 3.4.6 # renovate: juju-agent-pin-minor
- agent: 3.6.0 # renovate: juju-agent-pin-minor
allure_on_amd64: true
- snap_channel: 3.6/stable
allure_on_amd64: false
architecture:
- amd64
include:
- juju:
agent: 3.4.6 # renovate: juju-agent-pin-minor
agent: 3.6.0 # renovate: juju-agent-pin-minor
allure_on_amd64: true
architecture: arm64
- juju:
snap_channel: 3.6/stable
allure_on_amd64: false
architecture: arm64
name: Integration | ${{ matrix.juju.agent || matrix.juju.snap_channel }} | ${{ matrix.architecture }}

Check failure on line 69 in .github/workflows/ci.yaml

View workflow job for this annotation

GitHub Actions / Lint / Lint .github/workflows/

property "snap_channel" is not defined in object type {agent: string; allure_on_amd64: bool; libjuju: string}
needs:
- lint
Expand Down

0 comments on commit 0edd7e0

Please sign in to comment.