Skip to content

Commit dff1140

Browse files
committed
Update CI task PHP versions
1 parent 82677af commit dff1140

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ jobs:
1717
- windows-latest
1818

1919
php:
20-
- "7.3"
20+
- "7.2"
2121
- "7.4"
2222
- "8.0"
23+
- "8.4"
2324

2425
steps:
2526
- name: Checkout
26-
uses: actions/checkout@v2
27+
uses: actions/checkout@v4
2728

2829
- name: Install PHP with extensions
2930
uses: shivammathur/setup-php@v2
@@ -32,12 +33,7 @@ jobs:
3233
extensions: dom, json, mbstring
3334
ini-values: assert.exception=1, zend.assertions=1
3435

35-
- name: Install composer dependencies ignoring platform requirements
36-
if: matrix.php == '8.0'
37-
run: composer install --no-ansi --no-interaction --no-progress --no-suggest --ignore-platform-reqs
38-
3936
- name: Install composer dependencies
40-
if: matrix.php != '8.0'
4137
run: composer update --no-ansi --no-interaction --no-progress --no-suggest
4238

4339
- name: Run tests with phpunit

0 commit comments

Comments
 (0)