Skip to content

Commit ff046c3

Browse files
committed
update PHP version
1 parent a102740 commit ff046c3

File tree

5 files changed

+48
-45
lines changed

5 files changed

+48
-45
lines changed

.github/workflows/php-psr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
php: [ '8.1' ]
12+
php: [ '8.3' ]
1313
steps:
1414
- uses: actions/checkout@v2
1515
name: Checkout

.github/workflows/php-stan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
php: [ '8.1' ]
12+
php: [ '8.3' ]
1313
steps:
1414
- uses: actions/checkout@v2
1515
name: Checkout

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
php: [ '8.1' ]
12+
php: [ '8.3' ]
1313
database: [ 'mysql' ]
1414
steps:
1515
# MariaDB container has to be started in advance to initialize itself before using it.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "library",
55
"license": "GPL-3.0-or-later",
66
"require": {
7-
"php": ">=8.1",
7+
"php": ">=8.3",
88
"nette/di": "v3.*",
99
"nette/database": "v3.*",
1010
"ext-pdo": "*",

composer.lock

Lines changed: 44 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)