Skip to content

Commit

Permalink
Add experimental support for PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Slamdunk committed Nov 21, 2023
1 parent b499f54 commit 9796b02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ jobs:
php-version: "8.3"
dependencies: "locked"
experimental: false
- operating-system: "ubuntu-20.04"
php-version: "8.4"
dependencies: "highest"
experimental: true

steps:
- name: "Checkout"
Expand Down

0 comments on commit 9796b02

Please sign in to comment.