Skip to content

Commit c45acb2

Browse files
committed
Bump CI files to match 0.8 branch
1 parent 7834d7c commit c45acb2

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

.github/workflows/checks.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ name: checks
33
on:
44
push:
55
branches:
6-
- main
7-
- "0.7"
6+
- "0.8"
87
pull_request:
98
branches:
10-
- main
11-
- "0.7"
9+
- "0.8"
1210
merge_group:
1311
workflow_dispatch:
1412
inputs:
@@ -23,9 +21,8 @@ on:
2321
env:
2422
RUST_LOG: debug
2523
CARGO_TERM_COLOR: always
26-
MSRV: ${{ (github.base_ref == '0.7' || github.ref == 'refs/heads/0.7' || startsWith(github.ref, 'refs/tags/v0.7.')) && '1.63.0' || '1.75.0' }}
27-
HACK: hack --package neo4rs ${{ (github.base_ref == '0.7' || github.ref == 'refs/heads/0.7' || startsWith(github.ref, 'refs/tags/v0.7.')) && '--each-feature' || '--each-feature --exclude-features unstable-serde-packstream-format,unstable-bolt-protocol-impl-v2,unstable-streaming-summary' }}
28-
24+
MSRV: 1.63.0
25+
HACK: hack --package neo4rs --each-feature --exclude-all-features
2926

3027
jobs:
3128
check:

.github/workflows/create-release-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020

2121
env:
2222
RUSTUP_TOOLCHAIN: stable
23-
MSRV: ${{ (github.base_ref == '0.7' || github.ref == 'refs/heads/0.7' || startsWith(github.ref, 'refs/tags/v0.7.')) && '1.63.0' || '1.75.0' }}
23+
MSRV: 1.63.0
2424

2525
jobs:
2626
make-release-pr:
@@ -75,4 +75,4 @@ jobs:
7575
version: ${{ inputs.version }}
7676
crate-name: ${{ inputs.crate }}
7777
check-semver: true
78-
base-branch: ${{ (github.ref == 'refs/heads/0.7' || startsWith(github.ref, 'refs/tags/v0.7.')) && '0.7' || 'main' }}
78+
base-branch: '0.8'

0 commit comments

Comments
 (0)