Skip to content

Commit

Permalink
add experimental 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
brettmc committed Dec 13, 2023
1 parent 6144d74 commit ac7338c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
php-version: ['7.4', '8.0', '8.1', '8.2', '8.3']
experimental: [false]
composer_args: [""]
include:
- php-version: 8.4
experimental: true
composer_args: "--ignore-platform-reqs"

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ac7338c

Please sign in to comment.