Skip to content

Commit

Permalink
Run CI on PHP 8.3 too
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne authored and mledoze committed Feb 10, 2024
1 parent ea93650 commit e96aebe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
php-versions:
- "8.1"
- "8.2"
- "8.3"
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -58,4 +59,4 @@ jobs:
run: sudo apt-get install -y jsonlint

- name: Lint JSON files
run: find . -type f -name "*.json" | xargs jsonlint-php
run: find . -type f -name "*.json" | xargs jsonlint-php

0 comments on commit e96aebe

Please sign in to comment.