Skip to content

Commit

Permalink
Run tests on PHP 8.3 (#7464)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl authored Aug 31, 2023
1 parent 92b4708 commit 09695ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest]
php-version: ['7.2', '8.2']
php-version: ['7.2', '8.3']
include:
- php-version: 7.3
operating-system: ubuntu-latest
Expand All @@ -34,6 +34,8 @@ jobs:
operating-system: ubuntu-latest
- php-version: 8.1
operating-system: ubuntu-latest
- php-version: 8.2
operating-system: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install PHP
Expand Down

0 comments on commit 09695ae

Please sign in to comment.