File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -99,17 +99,17 @@ jobs:
99
99
- SQLSRV
100
100
- SQLite3
101
101
mysql-version :
102
- - ' 5.7 '
102
+ - ' 8.0 '
103
103
include :
104
104
- php-version : ' 7.4'
105
105
db-platform : MySQLi
106
- mysql-version : ' 8.0 '
106
+ mysql-version : ' 5.7 '
107
107
- php-version : ' 8.3'
108
108
composer-option : ' --ignore-platform-req=php'
109
109
110
110
uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
111
111
with :
112
- job-name :
112
+ job-name : ' '
113
113
php-version : ${{ matrix.php-version }}
114
114
job-id : database-live-tests
115
115
db-platform : ${{ matrix.db-platform }}
@@ -141,7 +141,7 @@ jobs:
141
141
142
142
uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
143
143
with :
144
- job-name :
144
+ job-name : ' '
145
145
php-version : ${{ matrix.php-version }}
146
146
job-id : separate-process-tests
147
147
group-name : SeparateProcess
You can’t perform that action at this time.
0 commit comments