Skip to content

Commit 2c75c46

Browse files
committed
Require PHP 8.4
1 parent 683cbc9 commit 2c75c46

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ jobs:
55
name: PHPUnit tests
66
runs-on: ubuntu-latest
77

8-
strategy:
9-
fail-fast: false
10-
matrix:
11-
php-versions: ['8.3']
128
steps:
139
- name: Checkout
1410
uses: actions/checkout@v4
@@ -17,7 +13,7 @@ jobs:
1713
- name: Setup PHP
1814
uses: shivammathur/setup-php@v2
1915
with:
20-
php-version: ${{ matrix.php-versions }}
16+
php-version: '8.4'
2117
extensions: curl
2218
coverage: xdebug
2319

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "phpwatch/php-commitlog-builder",
33
"type": "library",
44
"require": {
5-
"php": "^8.3",
5+
"php": "^8.4",
66
"ayesh/curl-fetcher": "^2.0.0",
77
"ext-curl": "*"
88
},

0 commit comments

Comments
 (0)