Skip to content

Commit

Permalink
Update to PHP 8.1 min, support PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Dec 11, 2023
1 parent 880854f commit 955335d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build

on:
push:
branches: [master, develop, 5.0]
branches: [master, develop, 5.0, 5.1]
pull_request:
branches: [master, develop, 5.0]
branches: [master, develop, 5.0, 5.1]
workflow_dispatch:

jobs:
Expand All @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php_versions: ['8.0', '8.1', '8.2']
php_versions: ['8.1', '8.2', '8.3']
os: [ubuntu-latest, windows-latest]

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
],
"require": {
"php": "^8.0",
"php": "^8.1",
"illuminate/support": "^8.5",
"illuminate/filesystem": "^8.5",
"illuminate/config": "^8.5",
Expand Down

0 comments on commit 955335d

Please sign in to comment.