Skip to content

Commit c1ace2d

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

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@ 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
1919
deprecations: max[self]=0
2020
- php: '8.0'
2121
deps: highest
2222
deprecations: max[indirect]=5
23+
- php: '8.1'
2324

2425
steps:
2526
- name: Checkout code

Diff for: composer.json

+1-1
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)