Skip to content

Commit ed0e4a2

Browse files
authored
Merge pull request #488 from derrabus/bump/ci
Run CI with supported PHP versions
2 parents 502856f + f2ad24d commit ed0e4a2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yaml

+7-1
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,19 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
php: [ '7.2', '7.3', '7.4', '8.0', '8.1' ]
32+
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
3333
monolog: [ '1.*', '2.*' ]
3434
include:
3535
- php: '7.4'
3636
deps: lowest
3737
deprecations: max[self]=0
3838
- php: '8.1'
39+
monolog: '3.*'
40+
- php: '8.2'
41+
monolog: '3.*'
42+
- php: '8.3'
43+
monolog: '3.*'
44+
- php: '8.4'
3945
deps: highest
4046
monolog: '3.*'
4147
steps:

0 commit comments

Comments
 (0)