Skip to content

Commit e88b9cf

Browse files
authored
Merge pull request #77 from php-http/php-81
build with php 8.1
2 parents eaec3df + e0dd606 commit e88b9cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Build-Test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
operating-system: [ubuntu-20.04]
16-
php-versions: ['7.2', '7.3', '7.4', '8.0']
16+
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1']
1717
include:
1818
- operating-system: ubuntu-16.04
1919
php-versions: '7.1'

0 commit comments

Comments
 (0)