Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/trunk' into 774-python-313-support
Browse files Browse the repository at this point in the history
  • Loading branch information
glyph committed Feb 4, 2025
2 parents 5680af2 + ebcc604 commit c762e4b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,11 @@ jobs:
twisted-version: "23.8"
tox-prefix: "test"
optional: false
- os: "ubuntu-latest"
python-version: "pypy-3.10"
twisted-version: "23.8"
tox-prefix: "test"
optional: false
- os: "ubuntu-latest"
python-version: "3.12.0"
twisted-version: "23.8"
Expand Down Expand Up @@ -265,9 +270,9 @@ jobs:

- name: Upload Trial log artifact
if: ${{ failure() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: trial
name: "trial-py${{ matrix.python-version }}-twisted${{ matrix.twisted-version }}-os${{ matrix.os }}"
path: .tox/${TOX_ENV}/log/trial.log

# Use the latest supported Python version for combining coverage to
Expand Down

0 comments on commit c762e4b

Please sign in to comment.