Skip to content

Commit 653f798

Browse files
committed
updated tests
1 parent 13f9b9c commit 653f798

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/CI.yml renamed to .github/workflows/test.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@ jobs:
1717
- 7.2
1818
- 7.3
1919
- 7.4
20-
composer-args: [ "" ]
21-
include:
22-
- php: 8.0
23-
composer-args: --ignore-platform-reqs
20+
- 8.0
21+
- 8.1
2422
fail-fast: false
2523

2624
steps:
@@ -40,7 +38,7 @@ jobs:
4038
restore-keys: ${{ runner.os }}-php-${{ matrix.php }}-composer-
4139

4240
- name: Install dependencies
43-
run: composer install --prefer-dist --no-progress --no-suggest ${{ matrix.composer-args }}
41+
run: composer install --prefer-dist --no-progress --no-suggest
4442

4543
- name: Tests
4644
run: composer test

0 commit comments

Comments
 (0)