Skip to content

Commit

Permalink
Run GitHub Actions for 8.2, 8.3, and 8.4
Browse files Browse the repository at this point in the history
Do not run for 8.0 and 8.1
  • Loading branch information
meritoo committed Nov 16, 2024
1 parent 8d9fa86 commit 8865310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify-stability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: php-actions/composer@v6
with:
php_version: ${{ matrix.php-versions }}
php_extensions: intl
# php_extensions: intl
command: validate --strict --no-check-publish
- name: Cache Composer dependencies
id: composer-cache
Expand Down

0 comments on commit 8865310

Please sign in to comment.