Skip to content

Commit

Permalink
[TASK] Remove functional testing with postgres and sqlite db
Browse files Browse the repository at this point in the history
Postgres and Sqlite will not be supported by the extension for the moment.
FROM_UNIXTIME can not be used. Code must be changed before running/testing
operations with those db systems.
  • Loading branch information
kanow committed Sep 5, 2024
1 parent e920c51 commit c075d96
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,3 @@ jobs:

- name: Functional tests with mariadb
run: Build/Scripts/runTests.sh -p ${{ matrix.php }} -d mariadb -s functional

- name: Functional tests with postgres
run: Build/Scripts/runTests.sh -p ${{ matrix.php }} -d postgres -s functional

- name: Functional tests with sqlite
run: Build/Scripts/runTests.sh -p ${{ matrix.php }} -d sqlite -s functional

0 comments on commit c075d96

Please sign in to comment.