Skip to content

Commit

Permalink
[#83] Rename .env.example files
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuapease committed May 8, 2024
1 parent 366e0d5 commit 947fc1e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codecept.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
matrix:
operating-system: ["ubuntu-latest"]
php-versions: ${{ fromJSON(inputs.php_versions) }}
db: ["mysql", "pgsql"]
# db: ["mysql", "pgsql"]
db: ["mysql"]
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
File renamed without changes.
File renamed without changes.

0 comments on commit 947fc1e

Please sign in to comment.