Skip to content

Commit

Permalink
Add PHP 8.1 to the PHP versions matrix for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
LucWollants committed Sep 9, 2024
1 parent 572f30e commit 3a20712
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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: ['7.4', '8.0']
php-versions: ['7.4', '8.0', '8.1']
name: PHP ${{ matrix.php-versions }}
steps:
- name: 📤 Checkout project
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.4', '8.0']
php-versions: ['7.4', '8.0', '8.1']
name: Code style (PHP ${{ matrix.php-versions }})
steps:
- name: 📤 Checkout project
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.4', '8.0']
php-versions: ['7.4', '8.0', '8.1']
name: Static analysis (PHP ${{ matrix.php-versions }})
steps:
- name: 📤 Checkout project
Expand Down

0 comments on commit 3a20712

Please sign in to comment.