1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 23:51:06 +01:00

fix MSRV in CI

This commit is contained in:
Rob Ede 2023-03-23 10:53:54 +00:00 committed by GitHub
parent ad1f15eb18
commit b948ac9f7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ jobs:
target: target:
- { name: Linux, os: ubuntu-latest, triple: x86_64-unknown-linux-gnu } - { name: Linux, os: ubuntu-latest, triple: x86_64-unknown-linux-gnu }
version: version:
- 1.60 # MSRV - '1.60' # MSRV
- stable - stable
name: ${{ matrix.target.name }} / ${{ matrix.version }} name: ${{ matrix.target.name }} / ${{ matrix.version }}
@ -88,7 +88,7 @@ jobs:
triple: x86_64-pc-windows-msvc, triple: x86_64-pc-windows-msvc,
} }
version: version:
- 1.60 # MSRV - '1.60' # MSRV
- stable - stable
name: ${{ matrix.target.name }} / ${{ matrix.version }} name: ${{ matrix.target.name }} / ${{ matrix.version }}