Skip to content

Commit

Permalink
Enable pdo 7.4 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Oct 30, 2020
1 parent 67f49b9 commit aa45f1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- "7.1"
- "7.2"
- "7.3"
- "7.4"

services:
mysql:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests-pgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- "7.1"
- "7.2"
- "7.3"
- "7.4"

services:
# https://docs.github.com/en/free-pro-team@latest/actions/guides/creating-postgresql-service-containers
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests-sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- "7.1"
- "7.2"
- "7.3"
- "7.4"

steps:
- name: Checkout Code
Expand Down

0 comments on commit aa45f1c

Please sign in to comment.