Skip to content

Commit

Permalink
[CI Update] Ruby 3.2 and PG 15 (#379)
Browse files Browse the repository at this point in the history
Remove eol PG and Ruby versions
  • Loading branch information
berkos committed Jun 21, 2023
1 parent 02766c7 commit f2bb31b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ruby-head, '3.1', '3.0', '2.7']
pg: [9.6-3.0, 10-2.5, 11-3.0, 12-master, 13-master, 14-master]
ruby: [ruby-head, '3.2', '3.1', '3.0']
pg: [11-3.0, 12-master, 13-master, 14-master, 15-master]
steps:
- name: Set Up Actions
uses: actions/checkout@v2
Expand Down

0 comments on commit f2bb31b

Please sign in to comment.