Skip to content

Commit ced9317

Browse files
authored
chore: add PHP 8.1 (#1039)
1 parent 31114d7 commit ced9317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
options: --health-cmd="pg_isready -h localhost" --health-interval=10s --health-timeout=5s --health-retries=5
3636
strategy:
3737
matrix:
38-
php: [ 7.1, 7.2, 7.3, 7.4, "8.0", 8.1 ]
38+
php: [ 7.1, 7.2, 7.3, 7.4, "8.0", 8.1, 8.2 ]
3939
name: "PHP ${{ matrix.php }} Unit Test"
4040
steps:
4141
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)