Framework: Updated phpunit to 11, updated migration test php versions

This commit is contained in:
Dan Brown 2025-01-11 13:50:01 +00:00
parent 5bf75786c6
commit ad8bc5fe21
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9
4 changed files with 314 additions and 250 deletions

View File

@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
php: ['8.1', '8.2', '8.3', '8.4']
php: ['8.2', '8.3', '8.4']
steps:
- uses: actions/checkout@v4

View File

@ -13,7 +13,7 @@ on:
jobs:
build:
if: ${{ github.ref != 'refs/heads/l10n_development' }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
php: ['8.2', '8.3', '8.4']

View File

@ -46,9 +46,9 @@
"mockery/mockery": "^1.5",
"nunomaduro/collision": "^8.1",
"larastan/larastan": "^v3.0",
"phpunit/phpunit": "^10.0",
"phpunit/phpunit": "^11.5",
"squizlabs/php_codesniffer": "^3.7",
"ssddanbrown/asserthtml": "^3.0"
"ssddanbrown/asserthtml": "^3.1"
},
"autoload": {
"psr-4": {

556
composer.lock generated

File diff suppressed because it is too large Load Diff