Skip to content

Commit

Permalink
Added php 8.1 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-kain committed Jan 28, 2022
1 parent 93f9eb7 commit f8f370a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
strategy:
matrix:
php-version:
- "7.4"
- "8.1"
dbal-version:
- "default"
postgres-version:
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
strategy:
matrix:
php-version:
- "7.4"
- "8.1"
dbal-version:
- "default"
mariadb-version:
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
strategy:
matrix:
php-version:
- "7.4"
- "8.1"
dbal-version:
- "default"
mysql-version:
Expand Down

0 comments on commit f8f370a

Please sign in to comment.