Skip to content

Commit

Permalink
CI: Run 4.1 tests on PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Naktibalda committed Apr 28, 2022
1 parent 32ad536 commit 7aec0cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

strategy:
matrix:
php: [5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0]
php: [5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1]

steps:
- name: Checkout code
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:

strategy:
matrix:
php: [7.2, 7.3, 7.4, 8.0]
php: [7.2, 7.3, 7.4, 8.0, 8.1]

steps:
- name: Checkout code
Expand Down

0 comments on commit 7aec0cf

Please sign in to comment.