Skip to content

Commit

Permalink
Bump veewee/xml requirement, extend build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lstrojny committed May 28, 2024
1 parent 7143e02 commit f558249
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['8.1', '8.2', '8.3']
dependency-preference: ['', '--prefer-lowest', '--prefer-stable']
fail-fast: false
name: PHP ${{ matrix.php-versions }} @ ${{ matrix.operating-system }}
steps:
Expand All @@ -20,6 +21,6 @@ jobs:
tools: 'composer:v2'
extensions: pcov, mbstring, posix, dom, soap
- name: Install dependencies
run: composer update --prefer-dist --no-progress --no-suggest
run: composer update --prefer-dist --no-progress --no-suggest ${{ matrix.dependency-preference }}
- name: Run the tests
run: ./vendor/bin/phpunit
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"php-soap/engine": "^2.8",
"php-soap/wsdl": "^1.4",
"php-soap/xml": "^1.6.0",
"veewee/xml": "^2.6 || ^3.0",
"veewee/xml": "^3.0",
"azjezz/psl": "^2.4",
"symfony/console": "^5.4 || ^6.0 || ^7.0"
},
Expand Down

0 comments on commit f558249

Please sign in to comment.