Skip to content

Commit 5af817c

Browse files
Update PHP version matrix in CI workflow to only include PHP 8.4
1 parent ba9d40f commit 5af817c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
fail-fast: false
5353
matrix:
5454
# php: ['8.1', '8.2', '8.3', '8.4']
55-
php: ['8.1', '8.2', '8.3', '8.4']
55+
php: ['8.4']
5656
steps:
5757
- name: Checkout
5858
uses: actions/checkout@v4

0 commit comments

Comments
 (0)