Skip to content

Commit

Permalink
bump minimum version to 8.2, also run against 8.3 + 8.4
Browse files Browse the repository at this point in the history
neoncitylights/media-types requires php 8.2
  • Loading branch information
neoncitylights committed Dec 11, 2024
1 parent b5e120f commit 0affd7f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php:
- '8.1'
php:
- '8.2'
- '8.3'
- '8.4'

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"require": {
"neoncitylights/media-type": "^3.0.0",
"php": ">= 8.1"
"php": ">= 8.2"
},
"require-dev": {
"mediawiki/mediawiki-codesniffer": "45.0.0",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0affd7f

Please sign in to comment.