1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

chore: update msrv to 1.68 (#3094)

This commit is contained in:
Rob Ede
2023-08-01 19:33:32 +01:00
committed by GitHub
parent 605cd7c540
commit b4fcdffdc3
25 changed files with 40 additions and 34 deletions

View File

@ -2,8 +2,7 @@ name: Benchmark
on:
push:
branches:
- master
branches: [master]
permissions:
contents: read # to fetch code (actions/checkout)

View File

@ -3,6 +3,8 @@ name: CI
on:
pull_request:
types: [opened, synchronize, reopened]
merge_group:
types: [checks_requested]
push:
branches: [master]
@ -24,7 +26,7 @@ jobs:
- { name: macOS, os: macos-latest, triple: x86_64-apple-darwin }
- { name: Windows, os: windows-latest, triple: x86_64-pc-windows-msvc }
version:
- 1.65.0 # MSRV
- 1.68.0 # MSRV
- stable
name: ${{ matrix.target.name }} / ${{ matrix.version }}