Skip to content

Commit

Permalink
10.4.0 -> 10.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
julienduchesne committed Mar 25, 2024
1 parent 16729b9 commit c9792fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/acc-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,26 +53,26 @@ jobs:
fail-fast: false # Let all versions run, even if one fails
matrix:
# OSS tests, run on all versions
version: ['10.4.0', '10.3.4', '9.5.17', '8.5.27']
version: ['10.4.1', '10.3.4', '9.5.17', '8.5.27']
type: ['oss']
subset: ['basic', 'other', 'long']
include:
- version: '10.4.0'
- version: '10.4.1'
type: 'oss'
subset: examples
# TLS proxy tests, run only on latest version
- version: '10.4.0'
- version: '10.4.1'
type: 'tls'
subset: 'basic'
# Sub-path tests. Runs tests on localhost:3000/grafana/
- version: '10.4.0'
- version: '10.4.1'
type: 'subpath'
subset: 'basic'
- version: '10.4.0'
- version: '10.4.1'
type: 'subpath'
subset: 'other'
# Enterprise tests, run only on latest version
- version: '10.4.0'
- version: '10.4.1'
type: 'enterprise'
subset: 'all'
name: ${{ matrix.version }} - ${{ matrix.type }} - ${{ matrix.subset }}
Expand Down
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GRAFANA_VERSION ?= 10.4.0
GRAFANA_VERSION ?= 10.4.1
DOCKER_COMPOSE_ARGS ?= --force-recreate --detach --remove-orphans --wait

testacc:
Expand Down

0 comments on commit c9792fa

Please sign in to comment.