Skip to content

Commit

Permalink
Test on PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Dec 19, 2021
1 parent 35ee82e commit 5dde50e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ on:

jobs:
test-ruleset:
name: Test rules on PHP ${{ matrix.php-version }}
name: Test rules on PHP ${{ matrix.php-version }}
runs-on: ubuntu-latest
strategy:
matrix:
php-version: ["7.1", "7.2", "7.3", "7.4", "8.0"]
php-version: ["7.1", "7.2", "7.3", "7.4", "8.0", "8.1"]
steps:
- uses: actions/checkout@v2
- name: Use php ${{ matrix.php-version }}
Expand Down

0 comments on commit 5dde50e

Please sign in to comment.