File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ jobs:
14
14
runs-on : ubuntu-latest
15
15
strategy :
16
16
matrix :
17
- version : [alpha]
17
+ version : [7.3.0- alpha.7 ]
18
18
steps :
19
19
- name : Checkout parse-server ${{ matrix.version }}
20
20
uses : actions/checkout@v2
21
21
with :
22
22
repository : parse-community/parse-server
23
- ref : alpha
23
+ ref : 7.3.0- alpha.7
24
24
path : parse-server
25
25
- name : Checkout templateCodeAndSpecs
26
26
uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ The Oracle Instant Client is a set of software libraries that allow users to con
13
13
[ Instant Client Libraries] ( https://www.oracle.com/cis/database/technologies/instant-client/downloads.html )
14
14
15
15
## 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.
17
17
18
18
There were changes in this release that supported:
19
19
20
20
1 . [ Test Exclusion List] ( https://github.com/parse-community/parse-server/pull/8774 )
21
21
2 . [ Dynamic Database Adapter configuration] ( https://github.com/parse-community/parse-server/pull/8883 )
22
22
23
23
```
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
25
25
cd parse-server
26
26
```
27
27
2 . Clone this Oracle Samples repo into src/Adapters/Storage/Oracle
You can’t perform that action at this time.
0 commit comments