Skip to content

Commit c9bca11

Browse files
committed
Updated github actions for multi php support
1 parent af859d3 commit c9bca11

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
path: vendor
5656
key: ${{ runner.os }}-build-${{ matrix.php-version }}-${{ hashFiles('**/composer.lock') }}
5757

58-
- name: Install Composer dependencies
59-
run: composer install --no-progress
58+
- name: Update Dependencies with latest stable
59+
run: composer update --no-progress
6060

6161
- name: Code style test
6262
run: ./vendor/bin/phpcs

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"squizlabs/php_codesniffer" : ">=3.7",
1919
"phpstan/phpstan": "^2",
2020
"phpstan/phpstan-phpunit": "^2",
21-
"phpunit/phpunit": "^12",
21+
"phpunit/phpunit": "^11 || ^12",
2222
"rector/rector": "^2"
2323
},
2424
"autoload" : {

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)