Skip to content

Commit 9400c3f

Browse files
refactor: update PHP version requirements and workflow references in configuration files
1 parent 537f550 commit 9400c3f

4 files changed

Lines changed: 29 additions & 29 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
run_tests_first:
1111
uses: WritePoetry/reusable-workflows/.github/workflows/php-tests.yml@v1
1212
with:
13-
php_versions: "['8.2','8.3']"
13+
php_versions: "['8.1','8.2','8.3']"
1414
secrets: inherit
1515

1616
call_shared_release:

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ on:
99

1010
jobs:
1111
call_shared_tests:
12-
uses: WritePoetry/reusable-workflows/.github/workflows/php-tests.yml@main
12+
uses: WritePoetry/reusable-workflows/.github/workflows/php-tests.yml@v1
1313
with:
14-
php_versions: "['8.2','8.3']"
14+
php_versions: "['8.1','8.2','8.3']"
1515
permissions:
1616
contents: read
1717
actions: read

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Sends post data to n8n via webhook with JWT authentication.",
44
"require": {
55
"php-di/php-di": "^7.1",
6-
"php": ">=8.2",
6+
"php": ">=8.1",
77
"afragen/git-updater-lite": "^2.3"
88
},
99
"require-dev": {

composer.lock

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)