Skip to content

Commit 6a2f89a

Browse files
authored
Merge pull request #31 from MekDrop/bump-min-php-version-to-8.3
Bump min PHP version to 8.3
2 parents 9a06654 + 8f76f0a commit 6a2f89a

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/on_pull_request.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,14 @@ jobs:
1515
composer:
1616
- 2
1717
php:
18-
- 7.2
19-
- 7.4
20-
- 7.3
21-
- 8.0
22-
- 8.1
23-
- 8.2
2418
- 8.3
19+
- 8.4
2520
name: Test - php:${{ matrix.php }}; composer:${{ matrix.composer }}
2621
steps:
2722
- name: Checkout
2823
uses: actions/checkout@v4
2924
- name: Install PHP
30-
uses: shivammathur/setup-php@master
25+
uses: shivammathur/setup-php@2.34.1
3126
with:
3227
php-version: ${{ matrix.php }}
3328
extensions: curl, gd, pdo_mysql, json, mbstring, pcre, session

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "library",
55
"require": {
66
"imponeer/log-data-output-decorator": "^1.0",
7-
"php": ">=7.1",
7+
"php": ">=8.3",
88
"imponeer/extension-info-contracts": "^0.1.0 || ^0.3"
99
},
1010
"license": "MIT",

0 commit comments

Comments
 (0)