Skip to content

Commit 609c919

Browse files
authored
Test PHP 8.4 (#117)
1 parent 160e3f6 commit 609c919

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/continuous-integration.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
name: "Tests"
3737

3838
runs-on: "ubuntu-latest"
39-
39+
4040
strategy:
4141
matrix:
4242
php-version:
@@ -50,6 +50,7 @@ jobs:
5050
- "8.1"
5151
- "8.2"
5252
- "8.3"
53+
- "8.4"
5354

5455
steps:
5556
- name: "Checkout"

0 commit comments

Comments
 (0)