Skip to content

Commit

Permalink
Update dependencies, drop php 7.x and php 8.0 (sabre-io#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteHamster authored Nov 2, 2024
1 parent 2b4a728 commit 6023b3c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3']
php-versions: ['8.1', '8.2', '8.3']
cs-fixer: [ true ]
include:
- php-versions: '7.2'
cs-fixer: false
- php-versions: '7.3'
cs-fixer: false
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dist: vendor/autoload.php
$(BUILD_FILES) \
--exclude="*.swp" \
$(BUILD_DIR)
composer config platform.php 7.2 -d $(BUILD_DIR)
composer config platform.php 8.1 -d $(BUILD_DIR)
composer install --no-interaction --no-dev -d $(BUILD_DIR)
rm $(BUILD_DIR)/composer.*
cd build; zip -r baikal-$(VERSION).zip baikal/
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"homepage": "https://sabre.io/baikal/",
"license" : "GPL-3.0-only",
"require": {
"php" : "^7.2 || ^8.0",
"php" : "^8.1",
"sabre/dav" : "~4.7.0",
"twig/twig" : "~3.8.0",
"symfony/yaml" : "^5.4",
"twig/twig" : "~3.14.0",
"symfony/yaml" : "~6.4.13",
"psr/log" : "^1",
"ext-dom" : "*",
"ext-openssl" : "*",
Expand Down

0 comments on commit 6023b3c

Please sign in to comment.