Skip to content

Commit

Permalink
Bump versions in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
jacg committed Jun 11, 2024
1 parent e3e9126 commit 03f9f05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4.1.1
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-23.05
nix_path: nixpkgs=channel:nixos-24.05
- uses: Swatinem/rust-cache@v2.7.3
- name: Test in nix-shell
run: nix-shell rust/shell.nix --run "cd rust && cargo test --color=always"
Expand All @@ -34,7 +34,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-12]
py: [python39, python310, python311]
py: [python310, python311, python312]
allow-fail: [false]
include:
- os: ubuntu-latest
Expand All @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v4.1.1
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-23.05
nix_path: nixpkgs=channel:nixos-24.05
- name: Test in nix develop
run: cd python && nix --extra-experimental-features nix-command --extra-experimental-features flakes develop .#${{ matrix.py }} -c pytest --color=yes -v

Expand All @@ -67,7 +67,7 @@ jobs:
- uses: actions/checkout@v4.1.1
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-23.05
nix_path: nixpkgs=channel:nixos-24.05
- name: Test in nix-shell
run: nix-shell python/shell.nix --argstr py ${{ matrix.py }} --run 'cd python && pytest --color=yes -v'

Expand Down

0 comments on commit 03f9f05

Please sign in to comment.