Skip to content

Commit

Permalink
[ALLI-10620] Set the default PHP version to 8.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
WebCu committed Jan 4, 2024
1 parent 42d171b commit 3d52945
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- php-version: 8.0
- php-version: 8.1
- php-version: 8.2
- php-version: 8.3


steps:
- name: checkout
Expand All @@ -37,6 +39,7 @@ jobs:
- 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

0 comments on commit 3d52945

Please sign in to comment.