Skip to content

Commit

Permalink
Update PHP array
Browse files Browse the repository at this point in the history
  • Loading branch information
ernilambar committed Feb 26, 2025
1 parent 7997131 commit ad55d6a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/php-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,10 @@ jobs:
fail-fast: true
matrix:
php:
- '7.4'
- '8.0'
- '8.1'
- '8.2'
wordpress: [ 'latest' ]
include:
- php: '7.4'
- php: '8.2'
wordpress: '6.3'
- php: '8.3'
wordpress: 'latest'
Expand All @@ -78,7 +75,7 @@ jobs:
composer-options: '--prefer-dist'

- name: Setup PHP Scoper
working-directory: ./vendor-bin
working-directory: ./vendor-bin/php-scoper
run: composer install

- name: Setup Node.js (.nvmrc)
Expand Down

0 comments on commit ad55d6a

Please sign in to comment.