Skip to content

Commit

Permalink
Require PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
javer committed Jan 8, 2024
1 parent 3cad8e5 commit 79a496d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
strategy:
matrix:
include:
- php-version: '8.0'
experimental: false
- php-version: '8.1'
experimental: false
- php-version: '8.2'
experimental: false
- php-version: '8.3'
experimental: false

steps:
- name: Checkout
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
}
],
"require": {
"php": ">=8.0",
"php": ">=8.1",
"doctrine/instantiator": "^1.3.1 || ^2.0",
"doctrine/persistence": "^3.0",
"influxdb/influxdb-php": "^1.0"
},
"require-dev": {
"doctrine/annotations": "^1.12 || ^2.0",
"phpstan/phpstan": "^1.7",
"squizlabs/php_codesniffer": "3.7.*",
"squizlabs/php_codesniffer": "3.8.*",
"swivl/php-coding-standard": "^1.4"
},
"conflict": {
Expand All @@ -34,7 +34,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
"dev-master": "1.6.x-dev"
}
}
}

0 comments on commit 79a496d

Please sign in to comment.