Skip to content

Commit

Permalink
prepared
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed Jul 5, 2024
1 parent 75c8808 commit ec9c20a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.2'
extensions: mbstring, xml, gd, zip, pdo_mysql, sockets, intl, bcmath, gmp
coverage: xdebug

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
}
],
"require": {
"php": "^7.4|^8.0",
"fleetbase/core-api": "^1.4.26",
"fleetbase/fleetops-api": "^0.5.1",
"php": "^8.0",
"fleetbase/core-api": "^1.4.27",
"fleetbase/fleetops-api": "^0.5.2",
"php-http/guzzle7-adapter": "^1.0",
"psr/http-factory-implementation": "*"
},
Expand Down

0 comments on commit ec9c20a

Please sign in to comment.