Skip to content

Commit

Permalink
Merge pull request #488 from derrabus/bump/ci
Browse files Browse the repository at this point in the history
Run CI with supported PHP versions
  • Loading branch information
stof authored Aug 6, 2024
2 parents 502856f + f2ad24d commit ed0e4a2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,19 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '7.2', '7.3', '7.4', '8.0', '8.1' ]
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
monolog: [ '1.*', '2.*' ]
include:
- php: '7.4'
deps: lowest
deprecations: max[self]=0
- php: '8.1'
monolog: '3.*'
- php: '8.2'
monolog: '3.*'
- php: '8.3'
monolog: '3.*'
- php: '8.4'
deps: highest
monolog: '3.*'
steps:
Expand Down

0 comments on commit ed0e4a2

Please sign in to comment.