Skip to content

Commit

Permalink
CI: enable PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
glaubinix committed Jun 24, 2022
1 parent 94f76a3 commit d3252ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
matrix:
php-version:
- "8.0"
- "8.1"

services:
mysql:
Expand Down Expand Up @@ -75,7 +76,7 @@ jobs:
strategy:
matrix:
php-version:
- "8.0"
- "8.1"

name: PHP-CS-Fixer
runs-on: ubuntu-latest
Expand Down Expand Up @@ -111,6 +112,7 @@ jobs:
matrix:
php-version:
- "8.0"
- "8.1"

services:
mysql:
Expand Down

0 comments on commit d3252ec

Please sign in to comment.