File tree Expand file tree Collapse file tree 4 files changed +10
-8
lines changed
Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1818 commands :
1919 - npm install
2020 - name : lint-assets
21- image : node:18
21+ image : node:20
2222 commands :
2323 - npx eslint scripts/block.js
2424 - npx eslint scripts/liveticker.js
Original file line number Diff line number Diff line change 66 strategy :
77 matrix :
88 include :
9- - php : ' 8.2 '
9+ - php : ' 8.3 '
1010 wordpress : ' 6.4'
11+ - php : ' 8.2'
12+ wordpress : ' 6.3'
1113 - php : ' 8.1'
1214 wordpress : ' 6.1'
1315 - php : ' 8.0'
1618 wordpress : ' 4.7'
1719 steps :
1820 - name : Checkout
19- uses : actions/checkout@v3
21+ uses : actions/checkout@v4
2022 - name : Setup PHP
2123 uses : shivammathur/setup-php@v2
2224 with :
3537 runs-on : ubuntu-latest
3638 steps :
3739 - name : Checkout
38- uses : actions/checkout@v3
40+ uses : actions/checkout@v4
3941 - name : Setup PHP
4042 uses : shivammathur/setup-php@v2
4143 with :
4446 - name : Setup Node
4547 uses : actions/setup-node@v3
4648 with :
47- node-version : ' 18 '
49+ node-version : ' 20 '
4850 - name : Install
4951 run : |
5052 composer install --no-interaction
5961 runs-on : ubuntu-latest
6062 steps :
6163 - name : Checkout
62- uses : actions/checkout@v3
64+ uses : actions/checkout@v4
6365 with :
6466 fetch-depth : 0
6567 - name : Analyze with SonarCloud
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v3
12+ uses : actions/checkout@v4
1313 - name : Setup PHP
1414 uses : shivammathur/setup-php@v2
1515 with :
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v3
13+ uses : actions/checkout@v4
1414 - name : Setup PHP
1515 uses : shivammathur/setup-php@v2
1616 with :
You can’t perform that action at this time.
0 commit comments