Skip to content

Commit

Permalink
🚨 Add PHP 8.1 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdheiden committed May 28, 2024
1 parent 7c44c43 commit ec8083d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ '8.2', '8.3' ]
php-versions: [ '8.1', '8.2', '8.3' ]

name: Static analysis PHP ${{ matrix.php-versions }}

Expand All @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ '8.2', '8.3' ]
php-versions: [ '8.1', '8.2', '8.3' ]

name: Tests PHP ${{ matrix.php-versions }}

Expand Down

0 comments on commit ec8083d

Please sign in to comment.