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:
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
You can’t perform that action at this time.
0 commit comments