Skip to content

Commit 8169725

Browse files
authored
chore: Add tests for Actual version 24.12.0 (#96)
1 parent de30c69 commit 8169725

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

actual/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = ("0", "7", "0")
1+
__version_info__ = ("0", "8", "0")
22
__version__ = ".".join(__version_info__)

docker/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
services:
33
actual:
44
container_name: actual
5-
image: docker.io/actualbudget/actual-server:24.11.0
5+
image: docker.io/actualbudget/actual-server:24.12.0
66
ports:
77
- '5006:5006'
88
volumes:

tests/test_integration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
get_transactions,
2323
)
2424

25-
VERSIONS = ["24.9.0", "24.10.0", "24.10.1", "24.11.0"]
25+
VERSIONS = ["24.10.0", "24.10.1", "24.11.0", "24.12.0"]
2626

2727

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

0 commit comments

Comments
 (0)