Skip to content

Commit

Permalink
Merge pull request #95 from AgencyPMG/ALLI-10620-Upgrade-to-PHP-8.3
Browse files Browse the repository at this point in the history
[ALLI-10620] Set the default PHP version to 8.3.
  • Loading branch information
WebCu authored Jan 5, 2024
2 parents 42d171b + 36f09a8 commit 5df46d7
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
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ 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 @@ -34,9 +34,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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ composer.lock
ehthumbs.db
Icon?
Thumbs.db
.idea
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": "[email protected]" }
],
"require": {
"php": "^8.0",
"php": "^8.2",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"guzzlehttp/promises": "^1.3"

Expand Down

0 comments on commit 5df46d7

Please sign in to comment.