Skip to content

Commit

Permalink
chore: Update to PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Crovitche-1623 committed Dec 20, 2024
1 parent 454c296 commit 131b8a1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"

steps:
- name: "Checkout"
Expand Down Expand Up @@ -101,6 +102,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"

dependencies:
- "lowest"
Expand All @@ -120,7 +122,7 @@ jobs:
experimental: false
- php-version: "8.4"
dependencies: "highest"
experimental: true
experimental: false

steps:
- name: "Checkout"
Expand Down Expand Up @@ -230,6 +232,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"

dependencies:
- "locked"
Expand Down Expand Up @@ -276,6 +279,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"

dependencies:
- "highest"
Expand Down Expand Up @@ -322,6 +326,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"

dependencies:
- "highest"
Expand Down Expand Up @@ -375,6 +380,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"

dependencies:
- "highest"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"source": "https://github.com/browscap/browscap-php"
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.8.0",
"league/flysystem": "^3.21.0",
Expand Down
8 changes: 4 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 131b8a1

Please sign in to comment.