Skip to content

Commit

Permalink
CI: update matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
RhodiumToad committed Nov 29, 2023
1 parent b31b751 commit 25518ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
shell: sh
strategy:
matrix:
lua: [ 5.3.6, 5.4.4, 5.4.6, LuaJIT-8bbd58e53 ]
lua: [ 5.3.6, 5.4.4, 5.4.6, LuaJIT-43d0a1915 ]
pg: [ 9.5, 9.6, 10, 11, 12, 13, 14, 15, 16 ]
include:
- pgrepo: ""
- pg: 16
- pg: 17
pgrepo: "-pgdg-snapshot"
env:
PG: ${{ matrix.pg }}
Expand All @@ -35,7 +35,7 @@ jobs:
sudo apt-get -y --purge --no-upgrade remove postgresql libpq-dev libpq5 postgresql-client-common postgresql-common
curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" >/etc/apt/sources.list.d/pgdg.list'
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg-snapshot main 16" >/etc/apt/sources.list.d/pgdg-snap.list'
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg-snapshot main 17" >/etc/apt/sources.list.d/pgdg-snap.list'
sudo apt-get update
sudo rm -rf /var/lib/postgresql
- name: install pg
Expand Down

0 comments on commit 25518ce

Please sign in to comment.