Skip to content

Commit 115e1eb

Browse files
committed
update for php 8.4
1 parent 8e3128c commit 115e1eb

File tree

2 files changed

+532
-384
lines changed

2 files changed

+532
-384
lines changed

.github/workflows/test_suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
operating-system: [ubuntu-latest]
15-
php-versions: ["7.3", "7.4", "8.0", "8.1", "8.2"]
15+
php-versions: ["7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
1616

1717
steps:
1818
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)