We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 683cbc9 commit 2c75c46Copy full SHA for 2c75c46
.github/workflows/ci.yml
@@ -5,10 +5,6 @@ jobs:
5
name: PHPUnit tests
6
runs-on: ubuntu-latest
7
8
- strategy:
9
- fail-fast: false
10
- matrix:
11
- php-versions: ['8.3']
12
steps:
13
- name: Checkout
14
uses: actions/checkout@v4
@@ -17,7 +13,7 @@ jobs:
17
- name: Setup PHP
18
uses: shivammathur/setup-php@v2
19
15
with:
20
- php-version: ${{ matrix.php-versions }}
16
+ php-version: '8.4'
21
extensions: curl
22
coverage: xdebug
23
composer.json
@@ -2,7 +2,7 @@
2
"name": "phpwatch/php-commitlog-builder",
3
"type": "library",
4
"require": {
- "php": "^8.3",
+ "php": "^8.4",
"ayesh/curl-fetcher": "^2.0.0",
"ext-curl": "*"
},
0 commit comments