Skip to content

Commit 6b33bd0

Browse files
committed
feat(plugin-registry-base): add XPF (CFP) in list of currencies
1 parent fd43923 commit 6b33bd0

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/push-to-feature-branch.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-24.04
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v2
@@ -43,3 +43,4 @@ jobs:
4343
env:
4444
FORCE_COLOR: 3
4545
CI: true
46+

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Copyright (c) GENJS 2023
1+
Copyright (c) GENJS 2025
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
attributes:
2-
currency: { type: constant, config: { values: [ EUR, USD, CAD, GBP, CHF, MAD, MUR, XBT, XOF, XAF ] } }
2+
currency: { type: constant, config: { values: [ EUR, USD, CAD, GBP, CHF, MAD, MUR, XBT, XOF, XAF, XPF ] } }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
attributes:
2-
currency: { type: constant, default: EUR, config: { values: [ EUR, USD, CAD, GBP, CHF, MAD, MUR, XBT, XOF, XAF ] } }
2+
currency: { type: constant, default: EUR, config: { values: [ EUR, USD, CAD, GBP, CHF, MAD, MUR, XBT, XOF, XAF, XPF ] } }

0 commit comments

Comments
 (0)