Skip to content

Commit

Permalink
add pg16 test and quick update on gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
PerikAdjust committed Apr 17, 2024
1 parent d176f39 commit 5de4688
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 16 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,10 @@ on: [push, pull_request]
jobs:
test:
strategy:
fail-fast: false
matrix:
pg:
- 15
- 14
- 13
- 12
- 11
- 10

name: PostgreSQL ${{ matrix.pg }}
pg: [16, 15, 14, 13, 12, 11, 10]
name: 🐘 PostgreSQL ${{ matrix.pg }}

runs-on: ubuntu-latest
container: pgxn/pgxn-tools
steps:
Expand Down
31 changes: 25 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,28 @@
# Global excludes across all subdirectories
# Object files
*.o
*.ko
*.obj
*.elf

# Libraries
*.lib
*.a

# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.bc
regress/regression.diffs
regress/regression.out
regress/results/
dist/*.zip
*.so.*
*.dylib

# Executables
*.exe
*.app
*.i*86
*.x86_64
*.hex
*.swp
temp
results
bench/benchmarks
regression.*
lib/exports.list

0 comments on commit 5de4688

Please sign in to comment.