Skip to content

Commit 79c1b2f

Browse files
authored
Merge pull request #8218 from kenjis/use-mysql-80
chore: use MySQL 8.0 by default
2 parents ac585c6 + 7d758d8 commit 79c1b2f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-phpunit.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,17 +99,17 @@ jobs:
9999
- SQLSRV
100100
- SQLite3
101101
mysql-version:
102-
- '5.7'
102+
- '8.0'
103103
include:
104104
- php-version: '7.4'
105105
db-platform: MySQLi
106-
mysql-version: '8.0'
106+
mysql-version: '5.7'
107107
- php-version: '8.3'
108108
composer-option: '--ignore-platform-req=php'
109109

110110
uses: ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
111111
with:
112-
job-name:
112+
job-name: ''
113113
php-version: ${{ matrix.php-version }}
114114
job-id: database-live-tests
115115
db-platform: ${{ matrix.db-platform }}
@@ -141,7 +141,7 @@ jobs:
141141

142142
uses: ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
143143
with:
144-
job-name:
144+
job-name: ''
145145
php-version: ${{ matrix.php-version }}
146146
job-id: separate-process-tests
147147
group-name: SeparateProcess

0 commit comments

Comments
 (0)