From ba5ccd193c939821c016460a730951292bb4bad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20Felix=20=C5=A0ulc?= Date: Sat, 10 Jun 2023 17:51:06 +0200 Subject: [PATCH] PHP: require 8.1+ --- .github/workflows/coverage.yml | 2 +- .github/workflows/tests.yml | 24 +++++-------------- README.md | 42 ++++++++++------------------------ composer.json | 2 +- 4 files changed, 20 insertions(+), 50 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 121f718..02e24b5 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -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 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7d92c1b..06d0027 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -4,7 +4,7 @@ on: pull_request: push: - branches: [ "*" ] + branches: ["*"] schedule: - cron: "0 8 * * 1" @@ -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" diff --git a/README.md b/README.md index 21c0648..09d5cd6 100755 --- a/README.md +++ b/README.md @@ -1,36 +1,18 @@ ![](https://heatbadger.now.sh/github/readme/contributte/doctrine-orm/)

- - - - - - - - - - - - + + + +

- - - - - - - - - - - - - - - -

+ + + + + +

Website 🚀 contributte.org | Contact 👨🏻‍💻 f3l1x.io | Twitter 🐦 @contributte @@ -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 diff --git a/composer.json b/composer.json index 4c5213b..c0d84a5 100644 --- a/composer.json +++ b/composer.json @@ -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",