From e305013b6665bb618c9d6775fae68fb9a80593f5 Mon Sep 17 00:00:00 2001 From: Bernard Knueven Date: Tue, 14 Nov 2023 13:56:01 -0700 Subject: [PATCH] update workflows --- .github/workflows/egret.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/egret.yml b/.github/workflows/egret.yml index 4924b58b..4ed6467a 100644 --- a/.github/workflows/egret.yml +++ b/.github/workflows/egret.yml @@ -28,8 +28,8 @@ jobs: fail-fast: false matrix: os: [ubuntu-20.04] - python-version: [3.7, 3.8, 3.9, '3.10'] - pyomo-version: [6.4.0] + python-version: [3.8, 3.9, '3.10', '3.11'] + pyomo-version: [6.4.3] include: - os: macos-latest python-version: 3.7 @@ -39,10 +39,10 @@ jobs: pyomo-version: 6.4.0 - os: ubuntu-20.04 python-version: 3.7 - pyomo-version: main + pyomo-version: 6.4.0 - os: ubuntu-20.04 python-version: '3.11' - pyomo-version: 6.4.3 + pyomo-version: main steps: - uses: actions/checkout@v3 - uses: conda-incubator/setup-miniconda@v2