Skip to content

Commit

Permalink
v1.2.0, min. php 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNN1 committed Jan 22, 2023
1 parent 8202d1a commit c3589e5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ '8.1', '8.2' ]
php: [ '8.2' ]
stability: [ prefer-stable ]

name: PHP ${{ matrix.php }} tests
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ the project or have access to folders outside of website root.

## Requirements

- PHP >= 8.1
- phpCacheAdmin >= 1.4.0
- PHP >= 8.2
- phpCacheAdmin >= 1.4.1

## Testing

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
}
],
"require": {
"php": ">=8.1",
"robinn/cache": "^2.4"
"php": ">=8.2",
"robinn/cache": "^2.5"
},
"require-dev": {
"phpstan/phpstan": "^1.9",
Expand Down
2 changes: 1 addition & 1 deletion src/FileCacheDashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
class FileCacheDashboard implements DashboardInterface {
use FileCacheTrait;

final public const VERSION = '1.1.1';
final public const VERSION = '1.2.0';

/**
* @var array<int, array<string, int|string>>
Expand Down

0 comments on commit c3589e5

Please sign in to comment.