Skip to content

Commit 1be2838

Browse files
committed
drop php <8.1
1 parent 4188200 commit 1be2838

3 files changed

Lines changed: 2 additions & 33 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:7.4-cli
1+
FROM php:8.1-cli
22
MAINTAINER Ondrej Hlavacek <ondrej.hlavacek@keboola.com>
33

44
ARG COMPOSER_FLAGS="--prefer-dist --no-interaction"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": "^7.4|^8"
12+
"php": "^8.1"
1313
},
1414
"require-dev": {
1515
"phpunit/phpunit": "^9",

0 commit comments

Comments
 (0)