Skip to content

Commit f6ce07b

Browse files
committed
added php8.1 to CI
1 parent 0eb0bc1 commit f6ce07b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
php-versions: ['7.3', '7.4', '8.0']
11+
php-versions: ['7.3', '7.4', '8.0', '8.1']
1212
name: PHP ${{ matrix.php-versions }}
1313
steps:
1414
- uses: actions/checkout@v2

lib/response/sfResponse.class.php

-2
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,6 @@ public function serialize()
149149
return serialize($this->content);
150150
}
151151

152-
153-
154152
/**
155153
* Unserializes a sfResponse instance.
156154
*

0 commit comments

Comments
 (0)