Skip to content

Commit

Permalink
[#83] Add back pgsql to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuapease committed May 9, 2024
1 parent 84e3873 commit bc4c3df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/codecept.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
matrix:
operating-system: ["ubuntu-latest"]
php-versions: ${{ fromJSON(inputs.php_versions) }}
# db: ["mysql", "pgsql"]
db: ["mysql"]
db: ["mysql", "pgsql"]
name: PHP ${{ matrix.php-versions }} on ${{ matrix.db }}
env:
PHP_EXTENSIONS: ctype,curl,dom,iconv,imagick,intl,json,mbstring,openssl,pcre,pdo,reflection,spl,zip
Expand Down

0 comments on commit bc4c3df

Please sign in to comment.