Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Update copyright year and Add versions 15, 16 for matrix
  • Loading branch information
yamatattsu committed Mar 12, 2024
1 parent c6af420 commit 667f7ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2020-2021, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
# Copyright (c) 2020-2024, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
#
name: CI

Expand All @@ -15,7 +15,7 @@ jobs:
strategy:
# Target version of PostgreSQL
matrix:
version: [12, 13, 14]
version: [12, 13, 14, 15, 16]
env:
PGVERSION: ${{ matrix.version }}

Expand Down

0 comments on commit 667f7ee

Please sign in to comment.