Skip to content

Commit 6c4de74

Browse files
add php 8.1 to tbe build matrix
1 parent f225007 commit 6c4de74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
test:
4848
strategy:
4949
matrix:
50-
php-version: ["8.2", "8.3"]
50+
php-version: ["8.1", "8.2", "8.3"]
5151
runs-on: ubuntu-latest
5252
container:
5353
image: mcr.microsoft.com/devcontainers/php:1-${{ matrix.php-version }}-bullseye

0 commit comments

Comments
 (0)