[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][snapshot-team/snapshot][master] 2 commits: ci: use postgres 17 on unstable



Title: GitLab

Baptiste Beauplat pushed to branch master at snapshot / snapshot

Commits:

  • d0fda7d3
    by Linus Nordberg at 2024-10-09T15:36:24+02:00
    ci: use postgres 17 on unstable
    
  • 5695781e
    by Baptiste Beauplat at 2024-10-09T17:41:47+02:00
    Merge branch 'ci-postgres'
    
    Signed-off-by: Baptiste Beauplat <lyknode@debian.org>
    

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -49,8 +49,8 @@ unstable:
    49 49
       image: debian:unstable
    
    50 50
       variables:
    
    51 51
         ADDITIONAL_PACKAGES:
    
    52
    -      postgresql-16-debversion
    
    53
    -      postgresql-plperl-16
    
    52
    +      postgresql-17-debversion
    
    53
    +      postgresql-plperl-17
    
    54 54
     
    
    55 55
     bookworm:
    
    56 56
       <<: *test
    


  • Reply to: