We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4df78e9 commit 68f0541Copy full SHA for 68f0541
.github/workflows/check.yaml
@@ -79,7 +79,7 @@ jobs:
79
# https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability
80
strategy:
81
matrix:
82
- msrv: [1.56.1] # 2021 edition requires 1.56
+ msrv: [1.69.0] # 2021 edition requires 1.56
83
name: ubuntu / ${{ matrix.msrv }}
84
steps:
85
- uses: actions/checkout@v3
0 commit comments