Skip to content

Commit

Permalink
Test on PHP 8.2 (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Oct 28, 2022
1 parent 2af3b37 commit 8e9bda4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: tests

on:
push:
branches:
- master
- '*.x'
pull_request:
schedule:
- cron: '0 0 * * *'
Expand All @@ -13,7 +16,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.3, 7.4, 8.0, 8.1]
php: [7.3, 7.4, '8.0', 8.1, 8.2]

name: PHP ${{ matrix.php }}

Expand Down Expand Up @@ -41,7 +44,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.3, 7.4, 8.0, 8.1]
php: [7.3, 7.4, '8.0', 8.1, 8.2]

name: PHP ${{ matrix.php }} - Windows

Expand Down

0 comments on commit 8e9bda4

Please sign in to comment.