Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b2bd334

Browse filesBrowse files
committed
Add PHP 8.1 to CI
Signed-off-by: Alexander M. Turek <me@derrabus.de>
1 parent 824711c commit b2bd334
Copy full SHA for b2bd334

File tree

2 files changed

+2
-2
lines changed
Filter options

2 files changed

+2
-2
lines changed

‎.github/workflows/ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
php: ['7.1.3', '7.2', '7.3', '7.4', '8.0']
15+
php: ['7.1.3', '7.2', '7.3', '7.4', '8.0', '8.1']
1616
include:
1717
- php: '7.4'
1818
deps: lowest

‎composer.json

Copy file name to clipboardExpand all lines: composer.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"symfony/event-dispatcher": "^4.4 || ^5.0",
2727
"symfony/framework-bundle": "^4.4 || ^5.0",
2828
"symfony/http-kernel": "^4.4 || ^5.0",
29-
"symfony/phpunit-bridge": "^4.4.19 || ^5.2",
29+
"symfony/phpunit-bridge": "^5.4@dev",
3030
"nyholm/psr7": "^1.1",
3131
"psr/log": "^1.1 || ^2 || ^3"
3232
},

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.