fix upgrade test maybe

This commit is contained in:
Shish 2024-01-06 21:52:21 +00:00
parent 3dbdfac48c
commit cbc75b07d0

View file

@ -63,13 +63,14 @@ jobs:
database: ['pgsql', 'mysql', 'sqlite']
runs-on: ubuntu-latest
steps:
- name: Checkout
- name: Checkout current
uses: actions/checkout@v3
with:
# is there a way to programatically get "the most recent
# tagged minor version of the previous major version"?
ref: branch-2.9
fetch-depth: 0
- name: Travel to past
# is there a way to programatically get "the most recent
# tagged minor version of the previous major version"?
run: git checkout branch-2.9
- name: Set Up Cache
uses: actions/cache@v3
with: