Skip to content

Commit

Permalink
PHP: require 8.1+
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Jul 3, 2023
1 parent 756a266 commit ba5ccd1
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 50 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ on:
- cron: "0 8 * * 1"

jobs:
coverage:
test80:
name: "Nette Tester"
uses: contributte/.github/.github/workflows/nette-tester-coverage.yml@v1
24 changes: 6 additions & 18 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:

push:
branches: [ "*" ]
branches: ["*"]

schedule:
- cron: "0 8 * * 1"
Expand All @@ -14,29 +14,17 @@ jobs:
name: "Nette Tester"
uses: contributte/.github/.github/workflows/nette-tester.yml@v1
with:
php: "8.2"
php: "8.2"

test81:
name: "Nette Tester"
uses: contributte/.github/.github/workflows/nette-tester.yml@v1
with:
php: "8.1"
php: "8.1"

test80:
testlowest:
name: "Nette Tester"
uses: contributte/.github/.github/workflows/nette-tester.yml@v1
with:
php: "8.0"

test74:
name: "Nette Tester"
uses: contributte/.github/.github/workflows/nette-tester.yml@v1
with:
php: "7.4"

testlower:
name: "Nette Tester"
uses: contributte/.github/.github/workflows/nette-tester.yml@v1
with:
php: "7.4"
composer: "composer update --no-interaction --no-progress --prefer-dist --prefer-stable --prefer-lowest"
php: "8.1"
composer: "composer update --no-interaction --no-progress --prefer-dist --prefer-stable --prefer-lowest"
42 changes: 12 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,18 @@
![](https://heatbadger.now.sh/github/readme/contributte/doctrine-orm/)

<p align=center>
<a href="https://github.com/contributte/doctrine-orm/actions">
<img src="https://badgen.net/github/checks/nettrine/orm/master?cache=300">
</a>
<a href="https://coveralls.io/r/nettrine/orm">
<img src="https://badgen.net/coveralls/c/github/nettrine/orm?cache=300">
</a>
<a href="https://packagist.org/packages/nettrine/orm">
<img src="https://badgen.net/packagist/dm/nettrine/orm">
</a>
<a href="https://packagist.org/packages/nettrine/orm">
<img src="https://badgen.net/packagist/v/nettrine/orm">
</a>
<a href="https://github.com/contributte/doctrine-orm/actions"><img src="https://badgen.net/github/checks/nettrine/cache/master?cache=300"></a>
<a href="https://coveralls.io/r/nettrine/cache"><img src="https://badgen.net/coveralls/c/github/nettrine/cache?cache=300"></a>
<a href="https://packagist.org/packages/nettrine/cache"><img src="https://badgen.net/packagist/dm/nettrine/cache"></a>
<a href="https://packagist.org/packages/nettrine/cache"><img src="https://badgen.net/packagist/v/nettrine/cache"></a>
</p>
<p align=center>
<a href="https://packagist.org/packages/nettrine/orm">
<img src="https://badgen.net/packagist/php/nettrine/orm">
</a>
<a href="https://github.com/contributte/doctrine-orm">
<img src="https://badgen.net/github/license/contributte/doctrine-orm">
</a>
<a href="http://bit.ly/apittegitter">
<img src="https://badgen.net/badge/chat/apitte/cyan">
</a>
<a href="https://bit.ly/cttfo">
<img src="https://badgen.net/badge/support/forum/yellow">
</a>
<a href="https://contributte.org/partners.html">
<img src="https://badgen.net/badge/become/a%20patron/F96854">
</a>
<p>
<a href="https://packagist.org/packages/nettrine/cache"><img src="https://badgen.net/packagist/php/nettrine/cache"></a>
<a href="https://github.com/contributte/doctrine-orm"><img src="https://badgen.net/github/license/contributte/doctrine-orm"></a>
<a href="https://bit.ly/ctteg"><img src="https://badgen.net/badge/support/gitter/cyan"></a>
<a href="https://bit.ly/cttfo"><img src="https://badgen.net/badge/support/forum/yellow"></a>
<a href="https://contributte.org/partners.html"><img src="https://badgen.net/badge/sponsor/donations/F96854"></a>
</p>

<p align=center>
Website 🚀 <a href="https://contributte.org">contributte.org</a> | Contact 👨🏻‍💻 <a href="https://f3l1x.io">f3l1x.io</a> | Twitter 🐦 <a href="https://twitter.com/contributte">@contributte</a>
Expand All @@ -52,8 +34,8 @@ For details on how to use this package, check out our [documentation](.docs).

| State | Version | Branch | Nette | PHP |
|-------------|-------------|----------|--------|---------|
| dev | `^0.8` | `master` | `3.0+` | `>=7.4` |
| stable | `^0.7` | `master` | `3.0+` | `>=7.4` |
| dev | `^0.8` | `master` | `3.1+` | `>=8.1` |
| stable | `^0.7` | `master` | `3.1+` | `>=7.4` |

## Development

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": ">=7.4",
"php": ">=8.1",
"contributte/di": "^0.5.0",
"symfony/console": "^5.3.0 || ^6.2.0",
"nettrine/annotations": "^0.7.0 || ^0.8.0",
Expand Down

0 comments on commit ba5ccd1

Please sign in to comment.