Skip to content

Commit

Permalink
Run CI with PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmab committed Apr 24, 2024
1 parent 97e4159 commit 888309f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- uses: shivammathur/[email protected]
with:
php-version: '7.3'
php-version: '8.2'

- name: Validate composer.json and composer.lock
run: composer validate --strict
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "mention-me/emarsys",
"description": "Emarsys RestFull API client",
"description": "Emarsys API client",
"require": {
"php": ">=7.3",
"php": "^8.2",
"psr/http-client": "^1.0.1",
"ext-json": "*"
},
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 888309f

Please sign in to comment.