Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Friedman <[email protected]>
  • Loading branch information
iMattPro committed Sep 22, 2023
1 parent d4774b6 commit 174e7c0
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 139 deletions.
118 changes: 59 additions & 59 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,38 +95,38 @@ jobs:
strategy:
matrix:
include:
- php: '8.1'
db: "mariadb:10.2"
- php: '8.1'
db: "mariadb:10.3"
- php: '8.1'
db: "mariadb:10.4"
- php: '8.1'
db: "mariadb:10.6"
- php: '8.1'
db: "mariadb:10.9"
- php: '8.1'
db: "mariadb:10.10"
- php: '8.1'
db: "mariadb:10.11"
- php: '8.1'
db: "mysql:5.7"
db_alias: "MyISAM Tests"
MYISAM: 1
- php: '8.1'
db: "mysql:5.7"
COVERAGE: 0
# db_alias: "mysql:5.7 with Coverage"
- php: '8.1'
db: "mysql:8.0"
- php: '8.1'
db: "mysql:8.1"
- php: '8.2'
db: "mysql:8.0"
- php: '8.2'
db: "mariadb:10.2"
- php: '8.3'
db: "mysql:5.7"
# - php: '8.1'
# db: "mariadb:10.2"
# - php: '8.1'
# db: "mariadb:10.3"
# - php: '8.1'
# db: "mariadb:10.4"
# - php: '8.1'
# db: "mariadb:10.6"
# - php: '8.1'
# db: "mariadb:10.9"
# - php: '8.1'
# db: "mariadb:10.10"
# - php: '8.1'
# db: "mariadb:10.11"
# - php: '8.1'
# db: "mysql:5.7"
# db_alias: "MyISAM Tests"
# MYISAM: 1
# - php: '8.1'
# db: "mysql:5.7"
# COVERAGE: 0
## db_alias: "mysql:5.7 with Coverage"
# - php: '8.1'
# db: "mysql:8.0"
# - php: '8.1'
# db: "mysql:8.1"
# - php: '8.2'
# db: "mysql:8.0"
# - php: '8.2'
# db: "mariadb:10.2"
# - php: '8.3'
# db: "mysql:5.7"
- php: '8.3'
db: "mariadb:10.2"

Expand Down Expand Up @@ -246,24 +246,24 @@ jobs:
strategy:
matrix:
include:
- php: '8.1'
db: "postgres:9.5"
- php: '8.1'
db: "postgres:9.6"
- php: '8.1'
db: "postgres:10"
- php: '8.1'
db: "postgres:11"
- php: '8.1'
db: "postgres:12"
- php: '8.1'
db: "postgres:13"
- php: '8.1'
db: "postgres:14"
- php: '8.1'
db: "postgres:15"
- php: '8.2'
db: "postgres:9.5"
# - php: '8.1'
# db: "postgres:9.5"
# - php: '8.1'
# db: "postgres:9.6"
# - php: '8.1'
# db: "postgres:10"
# - php: '8.1'
# db: "postgres:11"
# - php: '8.1'
# db: "postgres:12"
# - php: '8.1'
# db: "postgres:13"
# - php: '8.1'
# db: "postgres:14"
# - php: '8.1'
# db: "postgres:15"
# - php: '8.2'
# db: "postgres:9.5"
- php: '8.3'
db: "postgres:9.5"

Expand Down Expand Up @@ -356,15 +356,15 @@ jobs:
include:
- php: '8.1'
db: "sqlite3"
- php: '8.1'
db: "mcr.microsoft.com/mssql/server:2017-latest"
db_alias: 'MSSQL 2017'
- php: '8.1'
db: "mcr.microsoft.com/mssql/server:2019-latest"
db_alias: 'MSSQL 2019'
- php: '8.1'
db: "mcr.microsoft.com/mssql/server:2022-latest"
db_alias: 'MSSQL 2022'
# - php: '8.1'
# db: "mcr.microsoft.com/mssql/server:2017-latest"
# db_alias: 'MSSQL 2017'
# - php: '8.1'
# db: "mcr.microsoft.com/mssql/server:2019-latest"
# db_alias: 'MSSQL 2019'
# - php: '8.1'
# db: "mcr.microsoft.com/mssql/server:2022-latest"
# db_alias: 'MSSQL 2022'

name: PHP ${{ matrix.php }} - ${{ matrix.db_alias != '' && matrix.db_alias || matrix.db }}

Expand Down
80 changes: 0 additions & 80 deletions tests/event/plugins_test.php

This file was deleted.

0 comments on commit 174e7c0

Please sign in to comment.