Skip to content

Commit ad55d6a

Browse files
committed
Update PHP array
1 parent 7997131 commit ad55d6a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/php-test.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,10 @@ jobs:
4848
fail-fast: true
4949
matrix:
5050
php:
51-
- '7.4'
52-
- '8.0'
53-
- '8.1'
5451
- '8.2'
5552
wordpress: [ 'latest' ]
5653
include:
57-
- php: '7.4'
54+
- php: '8.2'
5855
wordpress: '6.3'
5956
- php: '8.3'
6057
wordpress: 'latest'
@@ -78,7 +75,7 @@ jobs:
7875
composer-options: '--prefer-dist'
7976

8077
- name: Setup PHP Scoper
81-
working-directory: ./vendor-bin
78+
working-directory: ./vendor-bin/php-scoper
8279
run: composer install
8380

8481
- name: Setup Node.js (.nvmrc)

0 commit comments

Comments
 (0)