Skip to content

Commit b64c967

Browse files
authored
Merge pull request #8 from kodus/KDS-524-Module-kodus-chrome-logger-Upgrade-to-PHP-8.4
Updated to PHP 8.4 #KDS-524
2 parents 4aeed0d + b01009f commit b64c967

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
operating-system: [ ubuntu-latest, ubuntu-20.04 ]
14-
php: [ '8.0', '8.1' ]
13+
operating-system: [ ubuntu-latest ]
14+
php: [ '8.4' ]
1515

1616
steps:
1717
- uses: actions/checkout@master
1818

1919
- name: Setup PHP
20-
uses: nanasess/setup-php@master
20+
uses: shivammathur/setup-php@master
2121
with:
2222
php-version: ${{ matrix.php }}
2323

RELEASE_NOTES.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Release Notes
2+
=============
3+
## 1.3.0
4+
### Changes
5+
* Updated to PHP 8.4 #KDS-524

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=8.0",
19+
"php": ">=8.4",
2020
"psr/log": "^1",
2121
"psr/http-message": "^1",
2222
"psr/http-server-middleware": "^1"

0 commit comments

Comments
 (0)