Skip to content

Commit b57491a

Browse files
committed
ci: add PHP 8.4 to test matrix (#143)
1 parent 3584cc6 commit b57491a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
php: [ '7.4', '8.1', '8.2', '8.3' ]
8+
php: [ '7.4', '8.1', '8.2', '8.3', '8.4' ]
99
steps:
1010
- name: Checkout
1111
uses: actions/checkout@v4

0 commit comments

Comments
 (0)