File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -467,12 +467,12 @@ jobs:
467467
468468 matrix :
469469 target :
470- # - os: debian
471- # dist: bullseye # 11
470+ - os : debian
471+ dist : bullseye # 11
472472 - os : debian
473473 dist : bookworm # 12
474- # - os: ubuntu
475- # dist: focal # 20.04
474+ - os : ubuntu
475+ dist : focal # 20.04
476476 - os : ubuntu
477477 dist : jammy # 22.04
478478 - os : ubuntu
@@ -518,7 +518,7 @@ jobs:
518518 run : |
519519 apt install -y python3.11-venv
520520 python3 -m venv .venv
521- .venv/bin/activate
521+ . . venv/bin/activate
522522 pip3 install -r requirements-test.txt
523523 if : matrix.target.os == 'debian'
524524
@@ -535,7 +535,7 @@ jobs:
535535
536536 - name : Run tests
537537 run : |
538- .venv/bin/activate
538+ . . venv/bin/activate
539539 make test-pure-install
540540 if : matrix.target.os == 'debian'
541541
@@ -556,10 +556,14 @@ jobs:
556556 dist : focal # 20.04
557557 - os : ubuntu
558558 dist : jammy # 22.04
559+ - os : ubuntu
560+ dist : noble # 24.04
559561 - os : debian
560562 dist : buster # 10
561563 - os : debian
562564 dist : bullseye # 11
565+ - os : debian
566+ dist : bookworm # 12
563567
564568 steps :
565569 - name : Clone the connector repo
You can’t perform that action at this time.
0 commit comments