Skip to content

Commit

Permalink
Merge pull request #14 from fruitcake/test-8.2
Browse files Browse the repository at this point in the history
Test on 8.2
  • Loading branch information
barryvdh committed Oct 31, 2022
2 parents 76d2194 + 548289b commit bb96f02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
php: [7.4, 8.0, 8.1]
php: [7.4, 8.0, 8.1, 8.2]
symfony: [^4.4, ^5.4, ^6]
dependency-version: [prefer-lowest, prefer-stable]
os: [ubuntu-latest]
Expand Down Expand Up @@ -49,4 +49,4 @@ jobs:

- name: Check PSR-12 Codestyle
run: composer test
if: matrix.os == 'ubuntu-latest'
if: matrix.os == 'ubuntu-latest'

0 comments on commit bb96f02

Please sign in to comment.