-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update test matrix to use latest DB versions
- Loading branch information
Showing
13 changed files
with
70 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,29 @@ | ||
min: &min | ||
# MongoDB connector does not support Spark 2 | ||
mongodb-version: 4.0.0 | ||
# MongoDB connector does not support Spark 2.x | ||
spark-version: 3.2.4 | ||
pydantic-version: 1 | ||
python-version: '3.7' | ||
java-version: 8 | ||
os: ubuntu-latest | ||
|
||
max: &max | ||
mongodb-version: 7.0.12 | ||
spark-version: 3.5.1 | ||
pydantic-version: 2 | ||
python-version: '3.12' | ||
java-version: 20 | ||
os: ubuntu-latest | ||
|
||
latest: &latest | ||
mongodb-version: latest | ||
spark-version: latest | ||
pydantic-version: latest | ||
python-version: '3.12' | ||
java-version: 20 | ||
os: ubuntu-latest | ||
|
||
matrix: | ||
small: | ||
- mongodb-version: 7.0.9 | ||
<<: *max | ||
full: | ||
- mongodb-version: 4.0.0 | ||
<<: *min | ||
- mongodb-version: 7.0.9 | ||
<<: *max | ||
nightly: | ||
- mongodb-version: 4.0.0 | ||
<<: *min | ||
- mongodb-version: latest | ||
<<: *latest | ||
small: [*max] | ||
full: [*min, *max] | ||
nightly: [*min, *latest] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,28 @@ | ||
min: &min | ||
mssql-version: 2017-GA-ubuntu | ||
spark-version: 2.3.1 | ||
pydantic-version: 1 | ||
python-version: '3.7' | ||
java-version: 8 | ||
os: ubuntu-latest | ||
|
||
max: &max | ||
mssql-version: 2022-CU14-ubuntu-22.04 | ||
spark-version: 3.5.1 | ||
pydantic-version: 2 | ||
python-version: '3.12' | ||
java-version: 20 | ||
os: ubuntu-latest | ||
|
||
latest: &latest | ||
mssql-version: latest | ||
spark-version: latest | ||
pydantic-version: latest | ||
python-version: '3.12' | ||
java-version: 20 | ||
os: ubuntu-latest | ||
|
||
matrix: | ||
small: | ||
- mssql-version: 2022-CU14-ubuntu-22.04 | ||
<<: *max | ||
full: | ||
- mssql-version: 2017-GA-ubuntu | ||
<<: *min | ||
- mssql-version: 2022-CU14-ubuntu-22.04 | ||
<<: *max | ||
nightly: | ||
- mssql-version: 2017-GA-ubuntu | ||
<<: *min | ||
- mssql-version: latest | ||
<<: *latest | ||
small: [*max] | ||
full: [*min, *max] | ||
nightly: [*min, *latest] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,30 @@ | ||
min: &min | ||
# Tags 5.7.6-5.6.12 cannot be downloaded since Docker v26: | ||
# "Docker Image Format v1 and Docker Image manifest version 2, schema 1 support is disabled by default" | ||
mysql-version: 5.7.13 | ||
spark-version: 2.3.1 | ||
pydantic-version: 1 | ||
python-version: '3.7' | ||
java-version: 8 | ||
os: ubuntu-latest | ||
|
||
max: &max | ||
mysql-version: 9.0.1 | ||
spark-version: 3.5.1 | ||
pydantic-version: 2 | ||
python-version: '3.12' | ||
java-version: 20 | ||
os: ubuntu-latest | ||
|
||
latest: &latest | ||
mysql-version: latest | ||
spark-version: latest | ||
pydantic-version: latest | ||
python-version: '3.12' | ||
java-version: 20 | ||
os: ubuntu-latest | ||
|
||
matrix: | ||
small: | ||
- mysql-version: 8.4.0 | ||
<<: *max | ||
full: | ||
# Tags 5.7.6-5.6.12 cannot be downloaded since Docker v26: | ||
# "Docker Image Format v1 and Docker Image manifest version 2, schema 1 support is disabled by default" | ||
- mysql-version: 5.7.13 | ||
<<: *min | ||
- mysql-version: 8.4.0 | ||
<<: *max | ||
nightly: | ||
- mysql-version: 5.7.13 | ||
<<: *min | ||
- mysql-version: latest | ||
<<: *latest | ||
small: [*max] | ||
full: [*min, *max] | ||
nightly: [*min, *latest] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,34 @@ | ||
min: &min | ||
oracle-image: gvenzl/oracle-xe | ||
oracle-version: 11.2.0.2-slim-faststart | ||
db-name: XE | ||
spark-version: 2.3.1 | ||
pydantic-version: 1 | ||
python-version: '3.7' | ||
java-version: 8 | ||
os: ubuntu-latest | ||
|
||
max: &max | ||
oracle-image: gvenzl/oracle-free | ||
oracle-version: 23.4-slim-faststart | ||
db-name: FREEPDB1 | ||
spark-version: 3.5.1 | ||
pydantic-version: 2 | ||
python-version: '3.12' | ||
java-version: 20 | ||
os: ubuntu-latest | ||
|
||
latest: &latest | ||
oracle-image: gvenzl/oracle-free | ||
oracle-version: slim-faststart | ||
db-name: FREEPDB1 | ||
spark-version: latest | ||
pydantic-version: latest | ||
python-version: '3.12' | ||
java-version: 20 | ||
os: ubuntu-latest | ||
|
||
matrix: | ||
small: | ||
- oracle-image: gvenzl/oracle-free | ||
oracle-version: 23.3-slim-faststart | ||
db-name: FREEPDB1 | ||
<<: *max | ||
full: | ||
- oracle-image: gvenzl/oracle-xe | ||
oracle-version: 11.2.0.2-slim-faststart | ||
db-name: XE | ||
<<: *min | ||
- oracle-image: gvenzl/oracle-free | ||
oracle-version: 23.3-slim-faststart | ||
db-name: FREEPDB1 | ||
<<: *max | ||
nightly: | ||
- oracle-image: gvenzl/oracle-xe | ||
oracle-version: 11.2.0.2-slim-faststart | ||
db-name: XE | ||
<<: *min | ||
- oracle-image: gvenzl/oracle-free | ||
oracle-version: slim-faststart | ||
db-name: FREEPDB1 | ||
<<: *latest | ||
small: [*max] | ||
full: [*min, *max] | ||
nightly: [*min, *latest] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,29 @@ | ||
min: &min | ||
# Min supported version by JDBC driver is 8.4, but it is too ancient to be used by anyone in real life | ||
postgres-version: 9.4.26-alpine | ||
spark-version: 2.3.1 | ||
pydantic-version: 1 | ||
python-version: '3.7' | ||
java-version: 8 | ||
os: ubuntu-latest | ||
|
||
max: &max | ||
postgres-version: 16.3-alpine | ||
spark-version: 3.5.1 | ||
pydantic-version: 2 | ||
python-version: '3.12' | ||
java-version: 20 | ||
os: ubuntu-latest | ||
|
||
latest: &latest | ||
postgres-version: alpine | ||
spark-version: latest | ||
pydantic-version: latest | ||
python-version: '3.12' | ||
java-version: 20 | ||
os: ubuntu-latest | ||
|
||
matrix: | ||
small: | ||
- postgres-version: 16.2-alpine | ||
<<: *max | ||
full: | ||
# Min supported version by JDBC driver is 8.4, but it is too ancient to be used by anyone in real life | ||
- postgres-version: 9.4.26-alpine | ||
<<: *min | ||
- postgres-version: 16.2-alpine | ||
<<: *max | ||
nightly: | ||
- postgres-version: 9.4.26-alpine | ||
<<: *min | ||
- postgres-version: alpine | ||
<<: *latest | ||
small: [*max] | ||
full: [*min, *max] | ||
nightly: [*min, *latest] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,23 @@ | ||
min: &min | ||
# elswork/samba image versions does not correlate with smbd version, it is always 4.x | ||
server-version: latest | ||
pydantic-version: 1 | ||
python-version: '3.7' | ||
os: ubuntu-latest | ||
|
||
max: &max | ||
server-version: latest | ||
pydantic-version: 2 | ||
python-version: '3.12' | ||
os: ubuntu-latest | ||
|
||
latest: &latest | ||
server-version: latest | ||
pydantic-version: latest | ||
python-version: '3.12' | ||
os: ubuntu-latest | ||
|
||
matrix: | ||
small: | ||
# elswork/samba image versions does not correlate with smbd version, it is always 4.x | ||
- server-version: latest | ||
<<: *max | ||
full: | ||
- server-version: latest | ||
<<: *min | ||
- server-version: latest | ||
<<: *max | ||
nightly: | ||
- server-version: latest | ||
<<: *min | ||
- server-version: latest | ||
<<: *latest | ||
small: [*max] | ||
full: [*min, *max] | ||
nightly: [*min, *latest] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,23 @@ | ||
min: &min | ||
# prior image versions does not accept incoming connections, seems like a bug | ||
openssh-version: 8.1_p1-r0-ls5 | ||
pydantic-version: 1 | ||
python-version: '3.7' | ||
os: ubuntu-latest | ||
|
||
max: &max | ||
openssh-version: 9.6_p1-r0-ls154 | ||
pydantic-version: 2 | ||
python-version: '3.12' | ||
os: ubuntu-latest | ||
|
||
latest: &latest | ||
openssh-version: latest | ||
pydantic-version: latest | ||
python-version: '3.12' | ||
os: ubuntu-latest | ||
|
||
matrix: | ||
small: | ||
- openssh-version: 9.6_p1-r0-ls154 | ||
<<: *max | ||
full: | ||
# prior image versions does not accept incoming connections, seems like a bug | ||
- openssh-version: 8.1_p1-r0-ls5 | ||
<<: *min | ||
- openssh-version: 9.6_p1-r0-ls154 | ||
<<: *max | ||
nightly: | ||
- openssh-version: 8.1_p1-r0-ls5 | ||
<<: *min | ||
- openssh-version: latest | ||
<<: *latest | ||
small: [*max] | ||
full: [*min, *max] | ||
nightly: [*min, *latest] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,23 @@ | ||
min: &min | ||
# chonjay21/webdav image has only latest tag | ||
webdav-version: latest | ||
pydantic-version: 1 | ||
python-version: '3.7' | ||
os: ubuntu-latest | ||
|
||
max: &max | ||
webdav-version: latest | ||
pydantic-version: 2 | ||
python-version: '3.12' | ||
os: ubuntu-latest | ||
|
||
latest: &latest | ||
webdav-version: latest | ||
pydantic-version: latest | ||
python-version: '3.12' | ||
os: ubuntu-latest | ||
|
||
matrix: | ||
small: | ||
# chonjay21/webdav image has only latest tag | ||
- webdav-version: latest | ||
<<: *max | ||
full: | ||
- webdav-version: latest | ||
<<: *min | ||
- webdav-version: latest | ||
<<: *max | ||
nightly: | ||
- webdav-version: latest | ||
<<: *min | ||
- webdav-version: latest | ||
<<: *latest | ||
small: [*max] | ||
full: [*min, *max] | ||
nightly: [*min, *latest] |
Oops, something went wrong.