Skip to content

Commit

Permalink
Run CI pipeline on PHP 8 only
Browse files Browse the repository at this point in the history
  • Loading branch information
snim2 committed Feb 7, 2025
1 parent 8689e99 commit e729bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
php-versions: ['7.4','8.2']
php-versions: ['8.2']
steps:
- uses: actions/[email protected]
- name: Setup PHP
Expand Down

0 comments on commit e729bf3

Please sign in to comment.