Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsn committed Oct 28, 2024
1 parent 7570530 commit ab73cbc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/test-phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,19 +90,9 @@ jobs:
- '8.2'
- '8.3'
db-platform:
- MySQLi
- OCI8
- Postgre
- SQLSRV
- SQLite3
mysql-version:
- '8.0'
include:
- php-version: '8.1'
db-platform: MySQLi
mysql-version: '5.7'
- php-version: '8.3'
composer-option: '--ignore-platform-req=php'

uses: ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public function up(): void
}

if ($this->db->DBDriver === 'SQLSRV') {
$this->db->query('ALTER TABLE without_auto_increment ALTER COLUMN value VARCHAR(400) COLLATE Latin1_General_100_CS_AS_SC_UTF8');
$this->forge->modifyColumn('without_auto_increment', ['value' => ['collate' => 'Latin1_General_100_CS_AS_SC_UTF8']]);
}
}

Expand Down

0 comments on commit ab73cbc

Please sign in to comment.