Skip to content

Commit 6cd57ab

Browse files
committed
install -> update and removing 8.2
1 parent ea99549 commit 6cd57ab

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
strategy:
2929
matrix:
30-
php-version: ["7.4", "8.0", "8.1", "8.2"]
30+
php-version: ["7.4", "8.0", "8.1"]
3131

3232
name: Tests - PHP ${{ matrix.php-version }}
3333
steps:
@@ -49,13 +49,6 @@ jobs:
4949
--no-suggest \
5050
--no-progress \
5151
--prefer-dist
52-
composer install \
53-
--no-ansi \
54-
--no-interaction \
55-
--no-scripts \
56-
--no-suggest \
57-
--no-progress \
58-
--prefer-dist
5952
- run: |
6053
mkdir -p $HOME/bin
6154
export PATH="$HOME/bin:$PATH"

0 commit comments

Comments
 (0)