Skip to content

Commit 49ec0d9

Browse files
committed
Update sweetrdf, set php minimum to 8.0
(#2233)
1 parent d36d459 commit 49ec0d9

File tree

3 files changed

+209
-17
lines changed

3 files changed

+209
-17
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-24.04
2121
strategy:
2222
matrix:
23-
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3']
23+
php-versions: ['8.0', '8.1', '8.2', '8.3']
2424
fail-fast: false
2525
steps:
2626
- name: Checkout

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "The Omeka S collections management system. A local network of independently curated exhibits sharing a collaboratively built pool of items and their metadata.",
55
"license": "GPL-3.0",
66
"require": {
7-
"php": ">=7.4",
7+
"php": ">=8.0",
88
"ext-fileinfo": "*",
99
"ext-mbstring": "*",
1010
"ext-pdo_mysql": "*",
@@ -60,7 +60,7 @@
6060
"psr-4": {"Omeka\\": "application/src"}
6161
},
6262
"config": {
63-
"platform": {"php": "7.4"},
63+
"platform": {"php": "8.0"},
6464
"allow-plugins": {
6565
"omeka/composer-addon-installer": true
6666
}

composer.lock

+206-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)