Skip to content

Commit 2473ac9

Browse files
committed
CI: Run tests against more OS-, architecture-, and CrateDB variants
- macOS/Intel, macOS/ARM, Linux/ARM - CrateDB 4.8.4
1 parent 5d0b718 commit 2473ac9

File tree

1 file changed

+20
-9
lines changed

1 file changed

+20
-9
lines changed

.github/workflows/tests.yml

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,28 @@ jobs:
2222
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
2323
cratedb-version: ['nightly']
2424

25-
# To save resources, only verify the most recent Python versions on macOS.
25+
# To save resources, only verify other variants particularly.
2626
include:
27+
28+
# Older CrateDB versions.
29+
- os: 'ubuntu-latest'
30+
cratedb-version: '4.8.4'
31+
python-version: '3.14'
32+
33+
# macOS/Intel
34+
- os: 'macos-15-intel'
35+
cratedb-version: 'nightly'
36+
python-version: '3.14'
37+
38+
# macOS/ARM
2739
- os: 'macos-latest'
28-
cratedb-version: '5.9.2'
29-
python-version: '3.11'
30-
- os: 'macos-latest'
31-
cratedb-version: '5.9.2'
32-
python-version: '3.12'
33-
- os: 'macos-latest'
34-
cratedb-version: '5.9.2'
35-
python-version: '3.13'
40+
cratedb-version: 'nightly'
41+
python-version: '3.14'
42+
43+
# Linux/ARM
44+
- os: 'ubuntu-latest-arm'
45+
cratedb-version: 'nightly'
46+
python-version: '3.14'
3647

3748
env:
3849
CRATEDB_VERSION: ${{ matrix.cratedb-version }}

0 commit comments

Comments
 (0)