Skip to content

Commit 8425778

Browse files
Removed php 8.4 from github workflow (for now)
1 parent 4eb628d commit 8425778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
php: ['8.2', '8.3', '8.4']
9+
php: ['8.2', '8.3']
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v2

0 commit comments

Comments
 (0)