Skip to content

Commit

Permalink
chore: Add tests for PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris53897 authored Sep 26, 2024
1 parent 1596f7e commit 3dfa916
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,18 @@ jobs:
php_version: "8.3"
symfony_version: "7.0"
stability: "stable"
- os: macos-latest
php_version: "8.4"
symfony_version: "7.0"
stability: "stable"
- os: windows-latest
php_version: "8.3"
symfony_version: "7.0"
stability: "stable"
- os: windows-latest
php_version: "8.4"
symfony_version: "7.0"
stability: "stable"
# LTS Symfony version support
- os: macos-latest
php_version: "8.3"
Expand Down Expand Up @@ -95,10 +103,14 @@ jobs:
php_version: "8.3"
symfony_version: "7.0"
stability: "stable"
- os: ubuntu-latest
php_version: "8.4"
symfony_version: "7.0"
stability: "stable"
# Upcoming Symfony versions
- os: ubuntu-latest
php_version: "8.3"
symfony_version: "7.1.x-dev"
symfony_version: "7.2.x-dev"
stability: "dev"
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 3dfa916

Please sign in to comment.