Skip to content

Commit ec6fd2c

Browse files
authored
Merge pull request #20 from peckadesign/php83
Podpora pro php 8.3
2 parents 528bb43 + 78a4a92 commit ec6fd2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/php-package-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
php: [ 7.4, 8.0, 8.1]
12+
php: [ 7.4, 8.0, 8.1, 8.3 ]
1313
steps:
1414
- uses: actions/checkout@v2
1515
- uses: shivammathur/setup-php@v2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"require": {
2626
"php": "^7.4 | ^8.0",
2727
"nette/application": "^3.0.0",
28-
"nette/di": "^3.0.0",
28+
"nette/di": "^3.0.0|^3.1.3",
2929
"symfony/console": "^3.0|^4.0|^5.0|^6.0",
3030
"supervisorphp/configuration": "^0.3"
3131
},

0 commit comments

Comments
 (0)