Skip to content

Commit

Permalink
feat: BEdita 5.24
Browse files Browse the repository at this point in the history
  • Loading branch information
didoda committed Jun 20, 2024
1 parent a1fe468 commit 981057c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
cs:
uses: bedita/github-workflows/.github/workflows/php-cs.yml@v1
with:
php_versions: '["8.2"]'
php_versions: '["8.2", "8.3"]'

stan:
uses: bedita/github-workflows/.github/workflows/php-stan.yml@v1
with:
php_versions: '["8.2"]'
php_versions: '["8.2", "8.3"]'

unit:
name: 'Run unit tests'
Expand All @@ -33,9 +33,9 @@ jobs:
matrix:
php:
- '7.4'
- '8.0'
- '8.1'
- '8.2'
- '8.3'

env:
PHP_VERSION: '${{ matrix.php }}'
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
"description": "BEdita 5 plugin for applications that use AWS resources such as S3",
"type": "cakephp-plugin",
"require": {
"php": "^7.4 || ^8.0",
"php": ">=7.4",
"ext-openssl": "*",
"aws/aws-sdk-php": "^3.222",
"bedita/core": "^5.0.0",
"cakephp/cakephp": "^4.4.1",
"bedita/core": "^5.24",
"cakephp/cakephp": "^4.5.0",
"lcobucci/jwt": "^4.2.1",
"league/flysystem": "^2.4.3",
"league/flysystem-aws-s3-v3": "^2.4.3",
"guzzlehttp/guzzle": "^7.4"
},
"require-dev": {
"cakephp/cakephp-codesniffer": "~4.5.1",
"cakephp/cakephp-codesniffer": "~4.7.0",
"phpunit/phpunit": "^9.5",
"phpstan/phpstan": "~1.8.2",
"phpstan/phpstan": "~1.9.14",
"cakephp/authentication": "^2.9",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-phpunit": "^1.1"
Expand Down

0 comments on commit 981057c

Please sign in to comment.