Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Feb 18, 2024
1 parent b9aa7ac commit 98121e5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- 'psalm.xml'

push:
branches: [ 'master' ]
paths-ignore:
- 'docs/**'
- 'README.md'
Expand All @@ -29,4 +30,4 @@ jobs:
os: >-
['ubuntu-latest', 'windows-latest']
php: >-
['8.0', '8.1']
['8.1', '8.2', '8.3']
3 changes: 2 additions & 1 deletion .github/workflows/composer-require-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- 'psalm.xml'

push:
branches: [ 'master' ]
paths-ignore:
- 'docs/**'
- 'README.md'
Expand All @@ -30,5 +31,5 @@ jobs:
os: >-
['ubuntu-latest']
php: >-
['8.0', '8.1']
['8.1', '8.2', '8.3']
config: ./composer-require-checker.json
3 changes: 2 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- 'phpunit.xml.dist'

push:
branches: [ 'master' ]
paths-ignore:
- 'docs/**'
- 'README.md'
Expand All @@ -28,4 +29,4 @@ jobs:
os: >-
['ubuntu-latest']
php: >-
['8.0', '8.1']
['8.1', '8.2', '8.3']
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ This extension provides an API for [Yii Debug](https://github.com/yiisoft/yii-de

## Requirements

- PHP 7.4 or higher.
- PHP 8.1 or higher.

## Installation

Add the package to your application:

```
```shell
composer require yiisoft/yii-debug-api
```

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^8.0",
"php": "^8.1",
"alexkart/curl-builder": "^1.0",
"gitonomy/gitlib": "^1.3",
"guzzlehttp/guzzle": "^7.5",
Expand Down

0 comments on commit 98121e5

Please sign in to comment.