Skip to content

Commit

Permalink
Merge pull request #686 from GDATASoftwareAG/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
lennartdohmann authored Jan 10, 2025
2 parents 7d58aa8 + b1d12b7 commit 922c167
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-php.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
version: ["8.1", "8.2", "8.3"]
version: ["8.1", "8.2", "8.3", "8.4"]
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion php/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
*.lock
package.xml
package.xml
4 changes: 2 additions & 2 deletions php/tests/VaasTesting/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
],
"require": {
"gdata/vaas": "999",
"vlucas/phpdotenv": "^5.5",
"monolog/monolog": "^3.3 || ^2.9"
"vlucas/phpdotenv": "^5.6",
"monolog/monolog": "^3.8 || ^2.10"
},
"require-dev": {
"phpunit/phpunit": "^11 || ^10",
Expand Down

0 comments on commit 922c167

Please sign in to comment.