Skip to content

Commit

Permalink
Updated Monero version used by tests to Monero 0.18.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
refring committed Jan 8, 2025
1 parent 799079d commit d7a1b04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
monero: [ 0.18.1.2, 0.18.2.2, 0.18.3.1 ]
monero: [ 0.18.1.2, 0.18.2.2, 0.18.3.4 ]
php: [8.1, 8.2, 8.3]
dependency-version: [prefer-lowest, prefer-stable]

Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Spin up containers
run: docker compose -ftests/docker-compose.yml up -d
env:
MONERO_VERSION: "0.18.3.1"
MONERO_VERSION: "0.18.3.4"

- name: Install PHP
uses: shivammathur/setup-php@v2
Expand Down
8 changes: 4 additions & 4 deletions tests/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"
services:
monerod:
image: ghcr.io/refring/monero-containers/monerod:${MONERO_VERSION:-0.18.3.1}
image: ghcr.io/refring/monero-containers/monerod:${MONERO_VERSION:-0.18.3.4}
environment:
NETWORK: regtest
MONEROD_RPC_PORT: 18081
Expand All @@ -12,7 +12,7 @@ services:
- "18081:18081"

monero-wallet-rpc:
image: ghcr.io/refring/monero-containers/monero-wallet-rpc:${MONERO_VERSION:-0.18.3.1}
image: ghcr.io/refring/monero-containers/monero-wallet-rpc:${MONERO_VERSION:-0.18.3.4}
environment:
MONERO_DAEMON_ADDRESS: monerod:18081
MONERO_DAEMON_HOST: monerod:18081
Expand All @@ -23,7 +23,7 @@ services:
- "18083:18083"

monerod-rpc-authentication:
image: ghcr.io/refring/monero-containers/monerod:${MONERO_VERSION:-0.18.3.1}
image: ghcr.io/refring/monero-containers/monerod:${MONERO_VERSION:-0.18.3.4}
depends_on:
- "monerod"
ports:
Expand All @@ -39,7 +39,7 @@ services:
--fixed-difficulty 1
monero-wallet-rpc-authentication:
image: ghcr.io/refring/monero-containers/monero-wallet-rpc:${MONERO_VERSION:-0.18.3.1}
image: ghcr.io/refring/monero-containers/monero-wallet-rpc:${MONERO_VERSION:-0.18.3.4}
depends_on:
- "monerod"
ports:
Expand Down

0 comments on commit d7a1b04

Please # to comment.