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 1cf837f commit 699fcfc
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 @@ -138,6 +138,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 699fcfc

Please sign in to comment.