Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
berviantoleo authored Jan 12, 2024
1 parent 47d4463 commit 49b3cdb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ env:
IMAGE_NAME: djangoboilerplate
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10']
python-version: ['3.10', '3.11']
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -42,7 +42,7 @@ jobs:
# bash <(curl -s https://codecov.io/bash)
docker-test:
needs: build
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v4
Expand All @@ -53,7 +53,7 @@ jobs:
docker-push:
# Ensure test job passes before pushing image.
needs: build
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: github.event_name == 'push'
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 49b3cdb

Please sign in to comment.