Skip to content

Commit 260ebe3

Browse files
Merge branch 'main' into 249-add-initsqlfilepath-option
2 parents 21ea425 + 57d529d commit 260ebe3

File tree

7 files changed

+507
-501
lines changed

7 files changed

+507
-501
lines changed

.github/workflows/os-compatibility.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
if: ${{ failure() }}
4646
uses: actions/[email protected]
4747
with:
48-
name: node-${{ matrix.node-version }}
48+
name: os-${{ matrix.os }}-node-${{ matrix.node-version }}-mysql-${{ matrix.version-requirement }}
4949
path: ${{ runner.os == 'Windows' && 'C:\\Users\\RUNNER~1\\mysqlmsn' || '/tmp/mysqlmsn' }}
5050
compression-level: 9
5151

@@ -113,8 +113,12 @@ jobs:
113113
- name: Install required libraries for MySQL on alpine
114114
run: apk add libaio libstdc++
115115

116-
- name: Checkout
117-
run: git clone https://github.com/${{ github.repository }} --branch ${{ github.head_ref || github.ref_name }} --single-branch --depth 1 mysqlmsn
116+
- name: Clone Repository
117+
run: git clone https://github.com/${{ github.repository }} --branch ${{ github.head_ref || github.ref_name }} --single-branch mysqlmsn
118+
119+
- name: Checkout code
120+
working-directory: mysqlmsn
121+
run: git reset --hard ${{ github.event.after }}
118122

119123
- name: Install packages
120124
working-directory: mysqlmsn

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Download with your package manager of choice. The package name is `mysql-memory-
1515
#### Currently supported MySQL versions
1616

1717
- ```mysql-memory-server``` can run MySQL versions 5.7.19 and newer (if the version is already installed on your system)
18-
- ```mysql-memory-server``` can download and run MySQL versions (inclusive) 5.7.19 - 5.7.44, 8.0.0 - 8.0.43, 8.1.0 - 8.4.6, and 9.0.1 - 9.4.0 (if the version is not already installed on your system)
18+
- ```mysql-memory-server``` can download and run MySQL versions (inclusive) 5.7.19 - 5.7.44, 8.0.0 - 8.0.44, 8.1.0 - 8.4.7, and 9.0.1 - 9.5.0 (if the version is not already installed on your system)
1919

2020
Extra system requirements apply when ```mysql-memory-server``` is downloading MySQL instead of running a version of MySQL that is already installed on the system. To see the requirements and learn more about the supported versions for download, [read the doc](https://github.com/Sebastian-Webster/mysql-memory-server-nodejs/blob/v1.12.2/docs/SUPPORTED_MYSQL_DOWNLOADS.md)
2121

docs/SUPPORTED_MYSQL_DOWNLOADS.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ Only MySQL versions 8.4.x and 9.x can be downloaded and ran with this package on
2424

2525
*Architectures used can be overridden by the ```arch``` option provided your OS and system supports running applications that use those architectures.*
2626

27-
Linux, Windows, macOS x64: MySQL v5.7.19 - v9.4.0
27+
Linux, Windows, macOS x64: MySQL v5.7.19 - v9.5.0
2828

29-
Linux ARM64: MySQL v8.0.31 - v9.4.0
29+
Linux ARM64: MySQL v8.0.31 - v9.5.0
3030

31-
macOS ARM64: MySQL v8.0.26 - v9.4.0
31+
macOS ARM64: MySQL v8.0.26 - v9.5.0
3232

3333
Windows ARM64: N/A - Read about the ```arch``` option to run this package on your system
3434

@@ -50,7 +50,7 @@ macOS:
5050
| v8.0.28 - v8.0.31 | macOS 11 (Big Sur) |
5151
| v8.0.32 - v8.0.34 | macOS 12 (Monterey) |
5252
| v8.0.35 - v8.0.39 OR v8.1.0 - v8.4.2 OR v9.0.1 | macOS 13 (Ventura) |
53-
| v8.0.40 - v8.0.43 OR v8.4.3 - v8.4.6 OR v9.1.0 - v9.4.0 | macOS 14 (Sonoma) |
53+
| v8.0.40 - v8.0.44 OR v8.4.3 - v8.4.7 OR v9.1.0 - v9.5.0 | macOS 14 (Sonoma) |
5454

5555
## Operating System Maximum Version Requirements
5656

@@ -92,4 +92,4 @@ Fedora Linux: ```libaio1``` package and ```tar``` package
9292

9393
Alpine Linux: ```libstdc++``` package, ```libaio``` package, and ```tar``` package
9494

95-
*Document last updated in v1.12.2*
95+
*Document last updated in v1.13.0*

0 commit comments

Comments
 (0)