Skip to content

Commit a2b5d7c

Browse files
author
Vladyslav Lyshenko
committed
fix: bump minimum PHP to 8.2, update lock file and CI matrix (PHPUnit 11 requires PHP 8.2+)
1 parent 277d3b6 commit a2b5d7c

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
php: ["8.1", "8.2", "8.3"]
15+
php: ["8.2", "8.3", "8.4"]
1616

1717
name: PHP ${{ matrix.php }}
1818

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cs2-masked-inspect (PHP)
22

3-
Pure PHP 8.1+ library for encoding and decoding CS2 masked inspect links — no runtime dependencies.
3+
Pure PHP 8.2+ library for encoding and decoding CS2 masked inspect links — no runtime dependencies.
44

55
## Installation
66

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"keywords": ["cs2", "csgo", "inspect", "protobuf", "steam"],
1414
"require": {
15-
"php": ">=8.1"
15+
"php": ">=8.2"
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "^10.5 || ^11.0"

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)