Skip to content

Commit

Permalink
Update versions on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ppigazzini committed Jan 8, 2025
1 parent e6ccaae commit 042c79e
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.12"]
node-version: ["21.x"]
python-version: ["3.13"]
node-version: ["23.x"]

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- uses: actions/checkout@v4

- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.10.0
uses: supercharge/mongodb-github-action@1.12.0
with:
mongodb-version: "6.0"
mongodb-version: "7.0"

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
Expand Down
36 changes: 34 additions & 2 deletions .github/workflows/worker_posix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,40 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-13]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
include:
- os: ubuntu-20.04
python-version: "3.6"
- os: ubuntu-20.04
python-version: "3.7"
- os: ubuntu-24.04
python-version: "3.8"
- os: ubuntu-24.04
python-version: "3.9"
- os: ubuntu-24.04
python-version: "3.10"
- os: ubuntu-24.04
python-version: "3.11"
- os: ubuntu-24.04
python-version: "3.12"
- os: ubuntu-24.04
python-version: "3.13"
- os: macos-13
python-version: "3.6"
- os: macos-13
python-version: "3.7"
- os: macos-13
python-version: "3.8"
- os: macos-15
python-version: "3.9"
- os: macos-15
python-version: "3.10"
- os: macos-15
python-version: "3.11"
- os: macos-15
python-version: "3.12"
- os: macos-15
python-version: "3.13"

defaults:
run:
working-directory: worker
Expand Down

0 comments on commit 042c79e

Please sign in to comment.