Skip to content

Commit

Permalink
👷 Add PHP 8.2 to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmleroux committed Jan 23, 2025
1 parent ebc6e64 commit 3db363b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.3', '7.4', '8.0', '8.1']
php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2']
steps:
- name: Check out repository code
uses: actions/checkout@v2
Expand All @@ -32,6 +32,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build the stack
run: make vendor
run: |
docker compose build php
make vendor
- name: Test
run: make test

0 comments on commit 3db363b

Please sign in to comment.