Skip to content

Commit cc8395d

Browse files
committed
tested on PHP 8.4
1 parent ee0a4b8 commit cc8395d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, windows-latest, macOS-latest]
11-
php: ['8.0', '8.1', '8.2', '8.3']
11+
php: ['8.0', '8.1', '8.2', '8.3', '8.4']
1212

1313
fail-fast: false
1414

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
],
2121
"require": {
22-
"php": "8.0 - 8.3"
22+
"php": "8.0 - 8.4"
2323
},
2424
"require-dev": {
2525
"ext-simplexml": "*",

0 commit comments

Comments
 (0)