Skip to content

Commit 094e5ae

Browse files
committed
php 8.5 tests
1 parent 2d0e55d commit 094e5ae

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest, windows-latest]
12-
php: [8.1, 8.2, 8.3, 8.4]
12+
php: [8.1, 8.2, 8.3, 8.4, 8.5]
1313
exclude:
1414
- os: windows-latest
15-
php: [8.1, 8.2, 8.4]
15+
php: [8.1, 8.2, 8.3, 8.5]
1616

1717
name: P${{ matrix.php }} - ${{ matrix.os }}
1818

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.2.0 - 2025-11-23
4+
- Welcome to PHP 8.5
5+
- Upgrading to PHPstan new rules (offsetAccess)
6+
37
## 1.1.4 - 2025-04-25
48
- Adding `fmean()` method for computing the arithmetic mean with float numbers.
59

0 commit comments

Comments
 (0)