Skip to content

Commit

Permalink
Attempt to get working under PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelgbanks committed Aug 4, 2022
1 parent 277f48a commit bbdcfd2
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 27,346 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-2.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ["7.3", "7.4"]
php-versions: ["8.0", "8.1"]

name: PHP ${{ matrix.php-versions }}

Expand Down Expand Up @@ -70,5 +70,7 @@ jobs:
.scripts/tester
- name: codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
verbose: true

5 changes: 2 additions & 3 deletions Homarus/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"description": "FFmpeg as a web service",
"type": "project",
"require": {
"php": "^7.3 || ^7.4",
"islandora/crayfish-commons": "^2"
},
"minimum-stability": "dev",
Expand Down Expand Up @@ -40,8 +39,8 @@
"sort-packages": true
},
"require-dev": {
"symfony/browser-kit": "^3.0",
"symfony/css-selector": "^3.0",
"symfony/browser-kit": "^4.4",
"symfony/css-selector": "^4.4",
"phpunit/phpunit": "^9.0",
"squizlabs/php_codesniffer": "^3.0",
"sebastian/phpcpd": "^6.0"
Expand Down
Loading

0 comments on commit bbdcfd2

Please sign in to comment.