Skip to content

Commit ad8bc5f

Browse files
committed
Framework: Updated phpunit to 11, updated migration test php versions
1 parent 5bf7578 commit ad8bc5f

File tree

4 files changed

+312
-248
lines changed

4 files changed

+312
-248
lines changed

.github/workflows/test-migrations.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-24.04
1717
strategy:
1818
matrix:
19-
php: ['8.1', '8.2', '8.3', '8.4']
19+
php: ['8.2', '8.3', '8.4']
2020
steps:
2121
- uses: actions/checkout@v4
2222

.github/workflows/test-php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
build:
1515
if: ${{ github.ref != 'refs/heads/l10n_development' }}
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717
strategy:
1818
matrix:
1919
php: ['8.2', '8.3', '8.4']

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
"mockery/mockery": "^1.5",
4747
"nunomaduro/collision": "^8.1",
4848
"larastan/larastan": "^v3.0",
49-
"phpunit/phpunit": "^10.0",
49+
"phpunit/phpunit": "^11.5",
5050
"squizlabs/php_codesniffer": "^3.7",
51-
"ssddanbrown/asserthtml": "^3.0"
51+
"ssddanbrown/asserthtml": "^3.1"
5252
},
5353
"autoload": {
5454
"psr-4": {

0 commit comments

Comments
 (0)