Skip to content

Commit 1c263a5

Browse files
committed
Run tests on PHP 8.1
Signed-off-by: Alexander M. Turek <[email protected]>
1 parent 92bd02c commit 1c263a5

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)