We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4188200 commit 1be2838Copy full SHA for 1be2838
3 files changed
.github/workflows/tests.yml
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM php:7.4-cli
+FROM php:8.1-cli
2
MAINTAINER Ondrej Hlavacek <ondrej.hlavacek@keboola.com>
3
4
ARG COMPOSER_FLAGS="--prefer-dist --no-interaction"
composer.json
@@ -9,7 +9,7 @@
9
}
10
],
11
"require": {
12
- "php": "^7.4|^8"
+ "php": "^8.1"
13
},
14
"require-dev": {
15
"phpunit/phpunit": "^9",
0 commit comments