Skip to content

Commit

Permalink
minor #6456 chore: Add tests for PHP 8.4 (Chris53897)
Browse files Browse the repository at this point in the history
This PR was merged into the 4.x branch.

Discussion
----------

chore: Add tests for PHP 8.4

I am not sure if you want it this way.
Please adjust to your needs.

i changed the # Upcoming Symfony versions tests too.

Commits
-------

3dfa916 chore: Add tests for PHP 8.4
  • Loading branch information
javiereguiluz committed Sep 27, 2024
2 parents 1596f7e + 3dfa916 commit 90a247b
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 90a247b

Please sign in to comment.