Skip to content

Commit

Permalink
chore: Add tests for Actual version 24.12.0 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
bvanelli authored Dec 7, 2024
1 parent de30c69 commit 8169725
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion actual/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = ("0", "7", "0")
__version_info__ = ("0", "8", "0")
__version__ = ".".join(__version_info__)
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
services:
actual:
container_name: actual
image: docker.io/actualbudget/actual-server:24.11.0
image: docker.io/actualbudget/actual-server:24.12.0
ports:
- '5006:5006'
volumes:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
get_transactions,
)

VERSIONS = ["24.9.0", "24.10.0", "24.10.1", "24.11.0"]
VERSIONS = ["24.10.0", "24.10.1", "24.11.0", "24.12.0"]


@pytest.fixture(params=VERSIONS) # todo: support multiple versions at once
Expand Down

0 comments on commit 8169725

Please sign in to comment.