CI (Nightly): PHPUnit #575
nightly.yml
on: schedule
Matrix: ${{ format('{0}
', format('MariaDB {0} - PHP {1} - ext. {2}',
matrix.mariadb-version || 'Ø',
matrix.php-version || 'Ø',
matrix.extension || 'Ø'
)) }}
Waiting for pending jobs
Matrix: ${{ format('{0}
', format('MariaDB {0} - PHP {1} - ext. {2}',
matrix.mariadb-version || 'Ø',
matrix.php-version || 'Ø',
matrix.extension || 'Ø'
)) }}
Waiting for pending jobs
Matrix: ${{ format('{0}
', format('MySQL {0} - PHP {1} - ext. {2}',
matrix.mysql-version || 'Ø',
matrix.php-version || 'Ø',
matrix.extension || 'Ø'
)) }}
Waiting for pending jobs
Matrix: ${{ format('{0}
', format('Oracle {0} - PHP {1} - ext. {2}',
matrix.oracle-version || 'Ø',
matrix.php-version || 'Ø',
matrix.extension || 'Ø'
)) }}
Waiting for pending jobs
Matrix: ${{ format('{0}
', format('PostgreSQL {0} - PHP {1} - ext. {2}',
matrix.postgres-version || 'Ø',
matrix.php-version || 'Ø',
matrix.extension || 'Ø'
)) }}
Waiting for pending jobs
Matrix: ${{ format('{0}
', format('SQLite - PHP {0} - OS {1} - ext. {2} - deps {3}',
matrix.php-version || 'Ø',
matrix.os || 'Ø',
matrix.extension || 'Ø',
matrix.dependency-versions || 'Ø'
)) }}
Waiting for pending jobs
Matrix: ${{ format('{0}
', format('SQL Server - PHP {0} - ext. {1} - collation. {2}',
matrix.php-version || 'Ø',
matrix.extension || 'Ø',
matrix.collation || 'Ø'
)) }}
Waiting for pending jobs
Annotations
1 error
|
Invalid workflow file:
.github/workflows/nightly.yml#L162
The workflow is not valid. .github/workflows/nightly.yml (Line: 162, Col: 11): Input sqlserver-version is required, but not provided while calling.
|