Skip to content

Commit 41f8648

Browse files
committed
Test w latest official branch
1 parent e28a713 commit 41f8648

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
version: [alpha]
17+
version: [7.3.0-alpha.7]
1818
steps:
1919
- name: Checkout parse-server ${{ matrix.version }}
2020
uses: actions/checkout@v2
2121
with:
2222
repository: parse-community/parse-server
23-
ref: alpha
23+
ref: 7.3.0-alpha.7
2424
path: parse-server
2525
- name: Checkout templateCodeAndSpecs
2626
uses: actions/checkout@v2

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ The Oracle Instant Client is a set of software libraries that allow users to con
1313
[Instant Client Libraries](https://www.oracle.com/cis/database/technologies/instant-client/downloads.html)
1414

1515
## Installation
16-
Clone [Parse Server Repository](https://github.com/parse-community/parse-server). Supported version 7.1.0 and above.
16+
Clone [Parse Server Repository](https://github.com/parse-community/parse-server). Supported version 7.3.0-alpha.7 and above.
1717

1818
There were changes in this release that supported:
1919

2020
1. [Test Exclusion List](https://github.com/parse-community/parse-server/pull/8774)
2121
2. [Dynamic Database Adapter configuration](https://github.com/parse-community/parse-server/pull/8883)
2222

2323
```
24-
git clone --depth 1 --branch 7.1.0 https://github.com/parse-community/parse-server.git
24+
git clone --depth 1 --branch 7.3.0-alpha.7 https://github.com/parse-community/parse-server.git
2525
cd parse-server
2626
```
2727
2. Clone this Oracle Samples repo into src/Adapters/Storage/Oracle

0 commit comments

Comments
 (0)