Skip to content

Commit a9fbbaa

Browse files
Merge pull request #686 from GDATASoftwareAG/update-dependencies
Update dependencies
2 parents 25e0db9 + 8a13cfc commit a9fbbaa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci-php.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-22.04
4242
strategy:
4343
matrix:
44-
version: ["8.1", "8.2", "8.3"]
44+
version: ["8.1", "8.2", "8.3", "8.4"]
4545
steps:
4646
- name: checkout
4747
uses: actions/checkout@v4

php/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
*.lock
2-
package.xml
2+
package.xml

php/tests/VaasTesting/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
],
1313
"require": {
1414
"gdata/vaas": "999",
15-
"vlucas/phpdotenv": "^5.5",
16-
"monolog/monolog": "^3.3 || ^2.9"
15+
"vlucas/phpdotenv": "^5.6",
16+
"monolog/monolog": "^3.8 || ^2.10"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^11 || ^10",

0 commit comments

Comments
 (0)