Skip to content

Commit a39b6ad

Browse files
committed
Update deps
1 parent 1313806 commit a39b6ad

3 files changed

Lines changed: 85 additions & 61 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ jobs:
77

88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v4
10+
uses: actions/checkout@v6
1111

1212
# Docs: https://github.com/shivammathur/setup-php
1313
- name: Setup PHP
1414
uses: shivammathur/setup-php@v2
1515
with:
16-
php-version: '8.4'
16+
php-version: '8.5'
1717
extensions: curl
1818
coverage: xdebug
1919

@@ -22,7 +22,7 @@ jobs:
2222
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
2323

2424
- name: Cache composer dependencies
25-
uses: actions/cache@v4
25+
uses: actions/cache@v5
2626
with:
2727
path: /tmp/composer-cache
2828
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"name": "phpwatch/php-commitlog-builder",
33
"type": "library",
44
"require": {
5-
"php": "^8.4",
5+
"php": "^8.5",
66
"ayesh/curl-fetcher": "^2.0.0",
77
"ext-curl": "*"
88
},
99
"require-dev": {
10-
"phpunit/phpunit": "^12.2"
10+
"phpunit/phpunit": "^12.5.8"
1111
},
1212
"license": "MIT",
1313
"autoload": {

0 commit comments

Comments
 (0)