Skip to content

Commit

Permalink
Update action versions (#550)
Browse files Browse the repository at this point in the history
* Update action versions

* Update branch names in ci.yml
  • Loading branch information
eliben committed Apr 15, 2024
1 parent 8e2a880 commit 345f6a7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,22 @@ name: pyelftools-tests
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
build:

runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.8, '3.11', '3.12']
python-version: ["3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest]

steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 345f6a7

Please sign in to comment.