Merge pull request #8218 from kenjis/use-mysql-80

chore: use MySQL 8.0 by default
This commit is contained in:
kenjis 2023-11-19 08:54:43 +09:00 committed by GitHub
commit 79c1b2f786
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,17 +99,17 @@ jobs:
- SQLSRV
- SQLite3
mysql-version:
- '5.7'
- '8.0'
include:
- php-version: '7.4'
db-platform: MySQLi
mysql-version: '8.0'
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:
job-name:
job-name: ''
php-version: ${{ matrix.php-version }}
job-id: database-live-tests
db-platform: ${{ matrix.db-platform }}
@ -141,7 +141,7 @@ jobs:
uses: ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
with:
job-name:
job-name: ''
php-version: ${{ matrix.php-version }}
job-id: separate-process-tests
group-name: SeparateProcess