Skip to content

Commit eaa2ba8

Browse files
committed
add iRODS 4 back into matrix
1 parent 6902102 commit eaa2ba8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/run-bats-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
#irods_server: ['4.3.4']
1818
##irods_server: ['4.3.4','5.0.1']
1919
python: ['3.9']
20-
irods_server: ['5.0.1']
20+
irods_server: ['4.3.4','5.0.1']
2121

2222
steps:
2323
- name: Checkout

.github/workflows/run-local-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
#irods_server: ['4.3.4']
1818
##irods_server: ['4.3.4','5.0.1']
1919
python: ['3.9']
20-
irods_server: ['5.0.1']
20+
irods_server: ['4.3.4','5.0.1']
2121

2222
steps:
2323
- name: Checkout

.github/workflows/run-the-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
python: ['3.9','3.13']
1717
#irods_server: ['4.3.4','5.0.1']
18-
irods_server: ['5.0.1']
18+
irods_server: ['4.3.4','5.0.1']
1919

2020
steps:
2121
- name: Checkout

0 commit comments

Comments
 (0)