Skip to content

Commit 333cb4a

Browse files
committed
Maybe PHP 8.2 is possible
1 parent f9308fb commit 333cb4a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
operating-system: ['ubuntu-latest']
12-
php-versions: ['8.3', '8.4']
12+
php-versions: ['8.2', '8.3', '8.4']
1313

1414
steps:
1515
- uses: actions/checkout@v3

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
operating-system: ['ubuntu-latest']
12-
php-versions: ['8.3', '8.4']
12+
php-versions: ['8.2', '8.3', '8.4']
1313

1414
steps:
1515
- name: Setup PHP

.github/workflows/psalm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
operating-system: ['ubuntu-latest']
12-
php-versions: ['8.3', '8.4']
12+
php-versions: ['8.2', '8.3', '8.4']
1313
steps:
1414
- uses: actions/checkout@v3
1515
- uses: php-actions/composer@v6 # or alternative dependency management

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "project",
55
"license": "MIT",
66
"require": {
7-
"php": ">=8.3",
7+
"php": ">=8.2",
88
"ext-curl": "*",
99

1010
"psr/http-client": "^1.0",

0 commit comments

Comments
 (0)