Skip to content

Commit

Permalink
Run tests on PHP 8.1 with different database drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Oct 15, 2021
1 parent a4eacec commit 9520777
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
matrix:
php-version:
- "7.4"
- "8.0"
- "8.1"

services:
oracle:
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
matrix:
php-version:
- "7.4"
- "8.0"
- "8.1"

services:
oracle:
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
- "13"
- "14"
include:
- php-version: "8.0"
- php-version: "8.1"
postgres-version: "14"

services:
Expand Down Expand Up @@ -245,10 +245,10 @@ jobs:
- "mysqli"
- "pdo_mysql"
include:
- php-version: "8.0"
- php-version: "8.1"
mariadb-version: "10.5"
extension: "mysqli"
- php-version: "8.0"
- php-version: "8.1"
mariadb-version: "10.5"
extension: "pdo_mysql"

Expand Down Expand Up @@ -291,7 +291,6 @@ jobs:
name: "${{ github.job }}-${{ matrix.mariadb-version }}-${{ matrix.extension }}-${{ matrix.php-version }}.coverage"
path: "coverage.xml"


phpunit-mysql:
name: "PHPUnit with MySQL"
runs-on: "ubuntu-20.04"
Expand Down Expand Up @@ -329,12 +328,12 @@ jobs:
php-version: "7.4"
mysql-version: "8.0"
extension: "mysqli"
- php-version: "8.0"
- php-version: "8.1"
mysql-version: "8.0"
extension: "mysqli"
custom-entrypoint: >-
--entrypoint sh mysql:8 -c "exec docker-entrypoint.sh mysqld --default-authentication-plugin=mysql_native_password"
- php-version: "8.0"
- php-version: "8.1"
mysql-version: "8.0"
extension: "pdo_mysql"
custom-entrypoint: >-
Expand Down Expand Up @@ -393,7 +392,7 @@ jobs:
php-version:
- "7.3"
- "7.4"
- "8.0"
- "8.1"
extension:
- "sqlsrv"
- "pdo_sqlsrv"
Expand Down

0 comments on commit 9520777

Please sign in to comment.