Skip to content

Commit

Permalink
Updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Dec 26, 2023
1 parent 09d35ef commit cdfe56b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ jobs:
fail-fast: false
matrix:
include:
- postgres: 15
- postgres: 16
mysql: 8
os: ubuntu-latest
- postgres: 11
mariadb: 10.9
os: ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
ruby-version: 3.3
bundler-cache: true
- uses: ankane/setup-postgres@v1
with:
Expand Down

0 comments on commit cdfe56b

Please sign in to comment.