Skip to content

Commit c60568b

Browse files
committed
refs #508: add php8.0 to the test matrix.
1 parent dea99b6 commit c60568b

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/tests-mysql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- "7.2"
1414
- "7.3"
1515
- "7.4"
16+
- "8.0"
1617

1718
services:
1819
mysql:

.github/workflows/tests-pgsql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- "7.2"
1414
- "7.3"
1515
- "7.4"
16+
- "8.0"
1617

1718
services:
1819
# https://docs.github.com/en/free-pro-team@latest/actions/guides/creating-postgresql-service-containers

.github/workflows/tests-sqlite.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- "7.2"
1414
- "7.3"
1515
- "7.4"
16+
- "8.0"
1617

1718
steps:
1819
- name: Checkout Code

0 commit comments

Comments
 (0)