Skip to content

Commit 071b8bf

Browse files
authoredNov 25, 2022
Merge pull request #266 from Tybaze/compat_php8.1
Ensure compatibility with PHP 8.0 & 8.1
2 parents d0e631d + 1e9b188 commit 071b8bf

File tree

67 files changed

+515
-115
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+515
-115
lines changed
 

‎.github/workflows/continuous-integration.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: "Continuous Integration"
22

3-
on: [push]
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
48

59
env:
610
fail-fast: true
@@ -14,8 +18,8 @@ jobs:
1418
matrix:
1519
php-version:
1620
- "7.4"
17-
# - "8.0"
18-
# - "8.1"
21+
- "8.0"
22+
- "8.1"
1923
memcached-version:
2024
- "1.6"
2125

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ All the enhancements and BC breaks are listed in the [WHATS_NEW](https://github.
1111

1212
- [DIC](https://github.com/FriendsOfSymfony1/symfony1/wiki/ServiceContainer)
1313
- Composer support
14-
- PHP 7.2 support
14+
- PHP 8.1 support
1515
- performance boost
1616
- new widgets & validators
1717
- some tickets fixed from the symfony trac

0 commit comments

Comments
 (0)