Skip to content

Commit

Permalink
Test all extensions with PHP8
Browse files Browse the repository at this point in the history
Jobs that use other versions of PHP are temporarily removed so that it's
easier to focus and iterate.
  • Loading branch information
greg0ire committed Oct 19, 2020
1 parent f3cd606 commit 921f04b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
matrix:
php-version:
- "7.4"
- "8.0"

services:
oracle:
Expand Down Expand Up @@ -125,6 +126,7 @@ jobs:
matrix:
php-version:
- "7.4"
- "8.0"

services:
oracle:
Expand Down Expand Up @@ -174,6 +176,7 @@ jobs:
matrix:
php-version:
- "7.4"
- "8.0"
postgres-version:
- "9.2"
- "9.3"
Expand Down Expand Up @@ -241,6 +244,7 @@ jobs:
matrix:
php-version:
- "7.4"
- "8.0"
mariadb-version:
- "10.0"
- "10.1"
Expand Down Expand Up @@ -405,6 +409,7 @@ jobs:
php-version:
- "7.3"
- "7.4"
- "8.0"
extension:
- "sqlsrv"
- "pdo_sqlsrv"
Expand Down

0 comments on commit 921f04b

Please sign in to comment.