Skip to content

Commit

Permalink
Merge pull request #479 from greg0ire/php-8-4
Browse files Browse the repository at this point in the history
Run tests with PHP 8.4
  • Loading branch information
SenseException authored Nov 30, 2024
2 parents ad4473d + 0dcde15 commit c85fb52
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ on:
pull_request:
branches:
- "*.x"
- "master"
push:
branches:
- "*.x"
- "master"

env:
fail-fast: true
Expand All @@ -28,6 +26,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"
dependencies:
- "highest"
stability:
Expand All @@ -37,7 +36,7 @@ jobs:
php-version: "7.4"
- dependencies: "highest"
stability: "dev"
php-version: "8.3"
php-version: "8.4"

steps:
- name: "Checkout"
Expand Down

0 comments on commit c85fb52

Please sign in to comment.