Skip to content

Commit c41bcc7

Browse files
committed
Add PHP 8.1 to CI
1 parent 824711c commit c41bcc7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
- php: '8.0'
2121
deps: highest
2222
deprecations: max[indirect]=5
23+
- php: '8.1'
24+
env:
25+
SYMFONY_PHPUNIT_VERSION: '9.5'
2326

2427
steps:
2528
- name: Checkout code

0 commit comments

Comments
 (0)