Skip to content

Commit

Permalink
ci: test with PHP 8.4 and bump actions versions (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas authored Nov 26, 2024
1 parent b14776f commit c762803
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"
dependencies:
- highest
include:
- php-version: "8.3"
- php-version: "8.4"
dependencies: lowest
fail-fast: false
env:
SYMFONY_DEPRECATIONS_HELPER: ${{ matrix.dependencies == 'lowest' && 'disabled=1' || 'max[direct]=0' }}

services:
mysql:
Expand All @@ -42,7 +45,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -51,7 +54,7 @@ jobs:
extensions: mbstring, xml, ctype, iconv, intl, pdo_mysql, pdo_pgsql

- name: Install dependencies
uses: "ramsey/composer-install@v2"
uses: ramsey/composer-install@v3
with:
dependency-versions: "${{ matrix.dependencies }}"

Expand Down

0 comments on commit c762803

Please sign in to comment.