Skip to content

Commit

Permalink
chore: phpunit 11 (php 8.2 minimum requirement)
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Aug 3, 2024
1 parent bad1043 commit eb2193d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/REUSABLE_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ on:
type: string
required: false
# Keep PHP versions synced with build-install-packages.yml
default: '["8.1", "8.2", "8.3"]'
default: '["8.2", "8.3"]'

php_extensions:
description: PHP extensions to install.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-install-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
VERSION: ${{ github.event.release.tag_name }}
PHP_VERSIONS: '8.1 8.2 8.3'
PHP_VERSIONS: '8.2 8.3'
INSTALL_PACKAGES_INPUTS: '{ "flarum_version": "{0}", "php_versions": "{1}" }'

jobs:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"flarum/testing": "self.version"
},
"require": {
"php": "^8.1",
"php": "^8.2",
"ext-json": "*",
"components/font-awesome": "^5.15.0",
"composer/composer": "^2.7",
Expand Down Expand Up @@ -167,7 +167,7 @@
},
"require-dev": {
"mockery/mockery": "^1.5",
"phpunit/phpunit": "^10.0",
"phpunit/phpunit": "^11.0",
"phpstan/phpstan": "^1.10.0",
"larastan/larastan": "^2.7",
"symfony/var-dumper": "^6.3"
Expand Down
2 changes: 1 addition & 1 deletion framework/core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"chat": "https://flarum.org/chat"
},
"require": {
"php": "^8.1",
"php": "^8.2",
"components/font-awesome": "^5.15.0",
"dflydev/fig-cookies": "^3.0",
"doctrine/dbal": "^3.6",
Expand Down
2 changes: 1 addition & 1 deletion php-packages/testing/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"require": {
"ext-json": "*",
"mockery/mockery": "^1.5",
"phpunit/phpunit": "^10.0"
"phpunit/phpunit": "^11.0"
},
"require-dev": {
"flarum/core": "*@dev"
Expand Down

0 comments on commit eb2193d

Please sign in to comment.