Skip to content

Commit f6cd0de

Browse files
committed
Add PHP 8.1 to the build matrix.
1 parent 70ee7b9 commit f6cd0de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
php: ['7.3', '7.4', '8.0']
16+
php: ['7.3', '7.4', '8.0', '8.1']
1717
steps:
1818
- name: Set up PHP
1919
uses: shivammathur/setup-php@master

0 commit comments

Comments
 (0)