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 runs-on: ubuntu-24.04
strategy: strategy:
matrix: matrix:
php: ['8.1', '8.2', '8.3', '8.4'] php: ['8.2', '8.3', '8.4']
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

View File

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

View File

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

556
composer.lock generated

File diff suppressed because it is too large Load Diff