Skip to content

Commit 5d50ea1

Browse files
authored
adds 5.4 to matrix (#165)
* adds 5.4 to matrix * ignore security check in pipeline * bump php to 8.2 in pipeline
1 parent 09ca920 commit 5d50ea1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,15 +124,15 @@ jobs:
124124
runs-on: ubuntu-latest
125125
strategy:
126126
matrix:
127-
version: ['~5.0.0', '^5.0']
127+
version: ['~5.0.0', '^5.4']
128128
steps:
129129
- name: Checkout
130130
uses: actions/checkout@v2
131131

132132
- name: Setup PHP
133133
uses: shivammathur/setup-php@v2
134134
with:
135-
php-version: '8.1'
135+
php-version: '8.2'
136136
extensions: mbstring, intl
137137

138138
- name: PHP Version
@@ -142,6 +142,7 @@ jobs:
142142
run: |
143143
composer self-update
144144
rm -rf composer.lock
145+
composer config --no-plugins policy.advisories.block false
145146
composer require cakephp/cakephp:${{matrix.version}} --no-update
146147
composer install --prefer-dist --no-progress
147148
composer test

0 commit comments

Comments
 (0)