Skip to content

Commit

Permalink
Update CI to use new PHP version 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
loicsapone committed Oct 2, 2024
1 parent 21f9a3e commit 2eecbe4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
php-version: 8.4
coverage: none

- name: Install dependencies
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
php-version: 8.4
coverage: none

- name: Install dependencies
Expand All @@ -58,7 +58,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
php-version: 8.4
coverage: none

- name: Install dependencies
Expand All @@ -76,12 +76,12 @@ jobs:
include:
# Latest Symfony version support
- os: ubuntu-latest
php_version: "8.3"
php_version: "8.4"
symfony_version: "7.1"
stability: "stable"
# LTS Symfony version support
- os: ubuntu-latest
php_version: "8.3"
php_version: "8.4"
symfony_version: "6.4"
stability: "stable"
# Lowest deps support
Expand All @@ -92,7 +92,7 @@ jobs:
stability: "stable"
# Upcoming Symfony versions
- os: ubuntu-latest
php_version: "8.3"
php_version: "8.4"
symfony_version: "7.2.x-dev"
stability: "dev"

Expand Down

0 comments on commit 2eecbe4

Please sign in to comment.