Skip to content

Commit

Permalink
Update db version for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Nov 15, 2023
1 parent 1d82491 commit b36c1c9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/active-record.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: PHP ${{ matrix.php }}-active-record-${{ matrix.os }}

env:
COMPOSER_ROOT_VERSION: 1.1.0
COMPOSER_ROOT_VERSION: 1.2.0
EXTENSIONS: pdo, pdo_mysql, pdo_oci, pdo_pgsql, pdo_sqlite, pdo_sqlsrv-5.10.1

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/db-mariadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: PHP ${{ matrix.php }}-mariadb-${{ matrix.mariadb }}

env:
COMPOSER_ROOT_VERSION: 1.0.0
COMPOSER_ROOT_VERSION: 1.2.0
CURRENT_PACKAGE: db-mysql
EXTENSIONS: pdo, pdo_mysql

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/db-mssql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: PHP ${{ matrix.php }}-mssql-${{ matrix.mssql }}

env:
COMPOSER_ROOT_VERSION: 1.0.0
COMPOSER_ROOT_VERSION: 1.2.0
CURRENT_PACKAGE: db-mssql
EXTENSIONS: pdo, pdo_sqlsrv-5.10.1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/db-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: PHP ${{ matrix.php }}-mysql-${{ matrix.mysql }}

env:
COMPOSER_ROOT_VERSION: 1.0.0
COMPOSER_ROOT_VERSION: 1.2.0
CURRENT_PACKAGE: db-mysql
EXTENSIONS: pdo, pdo_mysql

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/db-oracle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

env:
CURRENT_PACKAGE: db-oracle
COMPOSER_ROOT_VERSION: 1.0.0
COMPOSER_ROOT_VERSION: 1.2.0
EXTENSIONS: pdo, pdo_oci

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/db-pgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: PHP ${{ matrix.php }}-pgsql-${{ matrix.pgsql }}

env:
COMPOSER_ROOT_VERSION: 1.0.0
COMPOSER_ROOT_VERSION: 1.2.0
CURRENT_PACKAGE: db-pgsql
EXTENSIONS: pdo, pdo_pgsql

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/db-sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: PHP ${{ matrix.php }}-sqlite-${{ matrix.os }}

env:
COMPOSER_ROOT_VERSION: 1.0.0
COMPOSER_ROOT_VERSION: 1.2.0
CURRENT_PACKAGE: db-sqlite
EXTENSIONS: pdo, pdo_sqlite

Expand Down

0 comments on commit b36c1c9

Please sign in to comment.