Skip to content

Commit

Permalink
Merge pull request #12 from wikisource/updates
Browse files Browse the repository at this point in the history
Bump dependencies and add PHP 8 to CI
  • Loading branch information
samwilson authored Jun 17, 2022
2 parents 8f318d3 + 37d2f99 commit 8cedfd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
php: [ '7.2', '7.3', '7.4' ]
php: [ '7.2', '7.3', '7.4', '8.0', '8.1' ]

steps:
- name: Checkout
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"ext-simplexml": "*",
"psr/cache": "^1.0",
"psr/log": "^1.0",
"dflydev/dot-access-data": "^2.0",
"dflydev/dot-access-data": "^3.0",
"addwiki/mediawiki-api": "^0.7",
"symfony/dom-crawler": "^4.2|^5.0"
},
"require-dev": {
"mediawiki/minus-x": "^1.1",
"php-parallel-lint/php-parallel-lint": "^1.2",
"mediawiki/mediawiki-codesniffer": "^v33.0",
"tedivm/stash": "^0.15",
"mediawiki/mediawiki-codesniffer": "^v39.0",
"tedivm/stash": "^0.17",
"monolog/monolog": "^1.21|^2.0",
"symfony/var-dumper": "^5.1"
},
Expand Down

0 comments on commit 8cedfd1

Please sign in to comment.