Skip to content

Commit 1c97045

Browse files
committed
.
1 parent f4b9a97 commit 1c97045

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
php-versions: ['7.3', '7.4', '8.0']
29+
php-versions: ['7.3', '7.4']
3030
steps:
3131
- uses: actions/checkout@v1
3232

.github/workflows/validations.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
fail-fast: false
3939
matrix:
40-
php-versions: ['7.2', '7.3', '7.4']
40+
php-versions: ['7.3', '7.4']
4141

4242
steps:
4343
- name: Checkout the code

tests/mysql/MigrationsCest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ public function generateWithoutAutoIncrement(MysqlTester $I): void
267267
]);
268268
ob_clean();
269269

270-
$I->assertContains(
270+
$I->assertStringContainsString(
271271
"'auto_increment' => ''",
272272
file_get_contents($migrationsDir . '/1.0.0/' . $tableName . '.php')
273273
);

0 commit comments

Comments
 (0)