Skip to content

Commit

Permalink
Merge pull request #203: postgres array type detection
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk authored Oct 22, 2024
2 parents da3425b + 68361c0 commit 40f4115
Show file tree
Hide file tree
Showing 5 changed files with 665 additions and 375 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup DB services
run: |
cd tests
docker-compose up -d
docker compose up -d
cd ..
- name: Setup PHP ${{ matrix.php-versions }}
uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ To set up a local development environment for testing:

```bash
cd tests/
docker-compose up
docker compose up
```

3. To run the full test suite:
Expand Down
Loading

0 comments on commit 40f4115

Please sign in to comment.