Skip to content

Commit 23a4544

Browse files
committed
Add PHP 8.1 in test
Signed-off-by: Riddhesh Sanghvi <[email protected]>
1 parent 69a8fd8 commit 23a4544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
strategy:
9191
fail-fast: false
9292
matrix:
93-
php: ['7.2', '7.3', '7.4', '8.0']
93+
php: ['7.2', '7.3', '7.4', '8.0', '8.1']
9494
steps:
9595
- name: Check out source code
9696
uses: actions/checkout@v2

0 commit comments

Comments
 (0)