Skip to content

Commit

Permalink
Test on PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aidantwoods committed May 21, 2022
1 parent d5a20c6 commit aaed6a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
php: [8.0, 7.4, 7.3, 7.2, 7.1]
php: [8.1, 8.0, 7.4, 7.3, 7.2, 7.1]

runs-on: ${{ matrix.os }}
steps:
Expand All @@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
php: [8.0]
php: [8.1]

runs-on: ${{ matrix.os }}
steps:
Expand All @@ -50,7 +50,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
php: [8.0]
php: [8.1]

runs-on: ${{ matrix.os }}
steps:
Expand All @@ -74,7 +74,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
php: [8.0]
php: [8.1]

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit aaed6a8

Please sign in to comment.