Skip to content

Commit

Permalink
[ALLI-10621] 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 78390de commit 6ff3618
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
6 changes: 2 additions & 4 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 All @@ -36,9 +35,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 @@
/coverage*
composer.lock
.phpunit.result.cache
.idea

# archives and other useless files
*.swp
*.dmg
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{ "name": "Christopher Davis", "email": "chris@pmg.com" }
],
"require": {
"php": "^8.0",
"php": "^8.2",
"pmg/queue": "^6.0",
"pda/pheanstalk": "^4.0"
},
Expand Down

0 comments on commit 6ff3618

Please sign in to comment.