Skip to content

Commit d9fce04

Browse files
committed
CI: remove support for PHP 8.0
1 parent 9e05a1f commit d9fce04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

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

1414
strategy:
1515
matrix:
16-
php-versions: ['8.0', '8.1', '8.2', '8.3', '8.4']
16+
php-versions: ['8.1', '8.2', '8.3', '8.4']
1717
fail-fast: false
1818

1919
steps:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"nette/neon": "^3.4",
15-
"php": "^8.0",
15+
"php": "^8.1",
1616
"squizlabs/php_codesniffer": "^3.8"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)