Skip to content

Commit

Permalink
Merge pull request #5 from AgencyPMG/ALLI-10623-Upgrade-to-Symfony-6.…
Browse files Browse the repository at this point in the history
…4-PHP-8.3

[ALLI-10623] Upgrade to Symfony 6.4 and PHP 8.3
  • Loading branch information
WebCu authored Jan 5, 2024
2 parents b82c23d + 7346480 commit c012cf9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-php/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ inputs:
php-version:
required: false
type: string
description: the php version to use, defaults to 8.2
default: '8.2'
description: the php version to use, defaults to 8.3
default: '8.3'

runs:
using: composite
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ jobs:
strategy:
matrix:
include:
- php-version: 8.0
- php-version: 8.1
- php-version: 8.2
- php-version: 8.3

steps:
- name: checkout
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
/composer.lock
/phpunit.xml
.phpunit.result.cache
.idea

*.pyc
*.swp
*.dmg
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@
{ "name": "Christopher Davis", "email": "[email protected]" }
],
"require": {
"php": "^8.0",
"php": "^8.2",
"pmg/queue": "^6.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"aws/aws-sdk-php": "^3.0"
},
"require-dev": {
"pmg/queue": "^6.0@beta",
"phpunit/phpunit": "^9.5",
"symfony/phpunit-bridge": "^5.4"
"symfony/phpunit-bridge": "^6.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c012cf9

Please sign in to comment.