Skip to content

Commit

Permalink
Add release branches to aiohttp tests (#1449)
Browse files Browse the repository at this point in the history
add release branches to aiohttp tests

Co-authored-by: Andrew Svetlov <[email protected]>
  • Loading branch information
Cycloctane and asvetlov authored Dec 5, 2024
1 parent dc20d8b commit 3db66a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/aiohttp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,15 @@ jobs:
name: Aiohttp tests
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
matrix:
branch: ['master', '3.10', '3.11', '3.12']
steps:
- name: Checkout aiohttp
uses: actions/checkout@v4
with:
repository: aio-libs/aiohttp
ref: ${{ matrix.branch }}
submodules: true
- name: Checkout yarl
uses: actions/checkout@v4
Expand Down

0 comments on commit 3db66a7

Please sign in to comment.