Skip to content

Commit 33e7e3f

Browse files
author
Codemation
committed
Updated min version of tests to p38
1 parent 817db37 commit 33e7e3f

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/main.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: Test EasyRpc Core Functionality
22
on: ['pull_request']
33
jobs:
4-
test_easyrpc_core_37:
4+
test_easyrpc_core_38:
55
# Containers must run in Linux based operating systems
66
runs-on: ubuntu-latest
77
# Docker Hub image that `container-job` executes in
88
#container: joshjamison/python38:latest
99
strategy:
1010
matrix:
11-
python-version: [3.7]
11+
python-version: [3.8]
1212
steps:
1313
- name: Set up Python ${{ matrix.python-version }}
1414
uses: actions/setup-python@v2
@@ -25,15 +25,15 @@ jobs:
2525
- name: Test EasyRpc Core Functionality
2626
run: |
2727
pytest tests/test_core.py
28-
test_easyrpc_cluster_1_37:
29-
needs: test_easyrpc_core_37
28+
test_easyrpc_cluster_1_38:
29+
needs: test_easyrpc_core_38
3030
# Containers must run in Linux based operating systems
3131
runs-on: ubuntu-latest
3232
# Docker Hub image that `container-job` executes in
3333
#container: joshjamison/python38:latest
3434
strategy:
3535
matrix:
36-
python-version: [3.7]
36+
python-version: [3.8]
3737
steps:
3838
- name: Set up Python ${{ matrix.python-version }}
3939
uses: actions/setup-python@v2
@@ -50,15 +50,15 @@ jobs:
5050
- name: Test EasyRpc Cluster Functionality - 1
5151
run: |
5252
pytest tests/test_clustering_1.py
53-
test_easyrpc_cluster_2_37:
54-
needs: test_easyrpc_cluster_1_37
53+
test_easyrpc_cluster_2_38:
54+
needs: test_easyrpc_cluster_1_38
5555
# Containers must run in Linux based operating systems
5656
runs-on: ubuntu-latest
5757
# Docker Hub image that `container-job` executes in
5858
#container: joshjamison/python38:latest
5959
strategy:
6060
matrix:
61-
python-version: [3.7]
61+
python-version: [3.8]
6262
steps:
6363
- name: Set up Python ${{ matrix.python-version }}
6464
uses: actions/setup-python@v2
@@ -76,14 +76,14 @@ jobs:
7676
run: |
7777
pytest tests/test_clustering_2.py
7878
test_easyrpc_cluster_3_37:
79-
needs: test_easyrpc_cluster_2_37
79+
needs: test_easyrpc_cluster_2_38
8080
# Containers must run in Linux based operating systems
8181
runs-on: ubuntu-latest
8282
# Docker Hub image that `container-job` executes in
8383
#container: joshjamison/python38:latest
8484
strategy:
8585
matrix:
86-
python-version: [3.7]
86+
python-version: [3.8]
8787
steps:
8888
- name: Set up Python ${{ matrix.python-version }}
8989
uses: actions/setup-python@v2
@@ -101,7 +101,7 @@ jobs:
101101
run: |
102102
pytest tests/test_clustering_3.py
103103
test_easyrpc_core_38:
104-
needs: test_easyrpc_cluster_3_37
104+
needs: test_easyrpc_cluster_3_38
105105
# Containers must run in Linux based operating systems
106106
runs-on: ubuntu-latest
107107
# Docker Hub image that `container-job` executes in

0 commit comments

Comments
 (0)