Skip to content

Commit

Permalink
ci: test with PHP 8.4 and bump actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Nov 26, 2024
1 parent e411143 commit c7d69f3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ 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

Expand All @@ -42,7 +43,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 +52,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 c7d69f3

Please sign in to comment.