Skip to content

Commit

Permalink
Merge "lib data model serialization: don't claim support on PHP < 7.4"
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-bot authored and Gerrit Code Review committed Jan 16, 2025
2 parents 5d1b3a7 + fe7a078 commit 09ebd7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php_version: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
php_version: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
steps:
- uses: actions/checkout@v4
- name: Setup PHP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"irc": "irc://irc.libera.chat/wikidata"
},
"require": {
"php": "^7.0|^8.0",
"php": "^7.4|^8.0",
"wikibase/data-model": "~9.0|~8.0",
"serialization/serialization": "~4.0|~3.1",
"data-values/serialization": "~1.0"
Expand Down

0 comments on commit 09ebd7c

Please sign in to comment.