Skip to content

Commit 660ce8e

Browse files
committed
Updated testing matrix on CI
1 parent dd9aab4 commit 660ce8e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/bbp-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on: push
44

55
jobs:
66
bbp-build-linux:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: [ "3.7", "3.8", "3.9", "3.10" ]
10+
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12" ]
1111
steps:
1212
- name: set BBP_DIR
1313
run: echo "BBP_BASE_DIR=$RUNNER_WORKSPACE/bbp" >> $GITHUB_ENV
@@ -18,8 +18,8 @@ jobs:
1818
- name: configure Python
1919
run: |
2020
sudo apt-get update
21-
sudo apt-get install g++-8 -y
22-
sudo apt-get install gfortran-8 -y
21+
sudo apt-get install g++ -y
22+
sudo apt-get install gfortran -y
2323
pip install numpy
2424
pip install scipy
2525
pip install matplotlib

0 commit comments

Comments
 (0)