Skip to content

Commit 8d74108

Browse files
committed
support same PHP versions as latte
1 parent 1bbe26a commit 8d74108

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
strategy:
2222
matrix:
23-
php-version: [ '7.2', '8.1', '8.2', '8.3' ]
23+
php-version: [ '8.0', '8.1', '8.2', '8.3' ]
2424

2525
steps:
2626
- name: Checkout

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": ">=7.1",
14+
"php": ">=8.0",
1515
"nette/application": "~3.0",
1616
"nette/component-model": "~3.0",
1717
"nette/forms": "~3.0",

0 commit comments

Comments
 (0)