Skip to content

Commit 9c73fbf

Browse files
authored
Merge pull request #16 from peckadesign/php83
Podpora pro php 8.3
2 parents f8cae53 + 7532871 commit 9c73fbf

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, 8.2 ]
12+
php: [ 7.4, 8.0, 8.1, 8.2, 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
@@ -12,7 +12,7 @@
1212
"php": "^7.4|^8.0",
1313
"ext-mbstring": "*",
1414
"nette/utils": "^3.0",
15-
"nette/di": "^3.0",
15+
"nette/di": "^3.0|^3.1.3",
1616
"nette/neon": "^3.0"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)