Skip to content

Commit

Permalink
[ALLI-10623] Upgrade to PHP 8.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
WebCu committed Jan 5, 2024
1 parent b82c23d commit 377006d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{ "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"
Expand Down

0 comments on commit 377006d

Please sign in to comment.