Skip to content

Commit

Permalink
Github Actions: Add PHP 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Skouat committed Oct 4, 2024
1 parent 1bcdce6 commit 468f2c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
- php: '7.2'
- php: '7.3'
- php: '7.4'
- php: '8.0'
- php: '8.1'
- php: '8.2'
- php: '8.3'

name: PHP ${{ matrix.php }}

Expand Down

0 comments on commit 468f2c2

Please sign in to comment.