Make sure the 'ago' syntax specifies 'stable'

This commit is contained in:
David Tolnay 2022-09-25 07:54:59 -07:00
parent ebab191ec5
commit b6a0604e19
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
3 changed files with 7 additions and 7 deletions

View file

@ -18,7 +18,7 @@ jobs:
matrix:
name: [Linux]
os: [ubuntu]
rust: [nightly, beta, stable, 1.62.0, 1.0.0, 18 months ago, stable minus 8 releases]
rust: [nightly, beta, stable, 1.62.0, 1.0.0, stable 18 months ago, stable minus 8 releases]
include:
- name: macOS
os: macos
@ -28,7 +28,7 @@ jobs:
rust: 1.62.0
- name: macOS
os: macos
rust: 18 months ago
rust: stable 18 months ago
- name: macOS
os: macos
rust: stable minus 8 releases
@ -40,7 +40,7 @@ jobs:
rust: 1.62.0
- name: Windows
os: windows
rust: 18 months ago
rust: stable 18 months ago
- name: Windows
os: windows
rust: stable minus 8 releases