Skip to content

Commit

Permalink
Composer: require PHP 8.1+
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Nov 15, 2023
1 parent b167d65 commit 358f11a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/tests.yml
Expand Up @@ -22,15 +22,9 @@ jobs:
with:
php: "8.1"

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

testlower:
name: "Nette Tester"
uses: contributte/.github/.github/workflows/nette-tester.yml@v1
with:
php: "8.0"
php: "8.1"
composer: "composer update --no-interaction --no-progress --prefer-dist --prefer-stable --prefer-lowest"
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -34,7 +34,7 @@ For details on how to use this package, check out our [documentation](.docs).

| State | Version | Branch | Nette | PHP |
|-------------|---------|----------|-------|---------|
| dev | `^0.6` | `master` | 3.0+ | `>=8.0` |
| dev | `^0.6` | `master` | 3.0+ | `>=8.1` |
| stable | `^0.5` | `master` | 3.0+ | `>=7.2` |


Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -18,7 +18,7 @@
}
],
"require": {
"php": ">=8.0",
"php": ">=8.1",
"nette/utils": "^3.2.9 || ^4.0.0"
},
"require-dev": {
Expand Down

0 comments on commit 358f11a

Please sign in to comment.