Skip to content

Commit 46d8af4

Browse files
committed
minor #422 Run tests on PHP 8.1 (derrabus)
This PR was merged into the 3.x-dev branch. Discussion ---------- Run tests on PHP 8.1 Commits ------- 1c263a5 Run tests on PHP 8.1
2 parents 92bd02c + 1c263a5 commit 46d8af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
php: [ '7.2', '7.3', '7.4', '8.0' ]
14+
php: [ '7.2', '7.3', '7.4', '8.0', '8.1' ]
1515
monolog: [ '1.*', '2.*' ]
1616
include:
1717
- php: '7.1'

0 commit comments

Comments
 (0)