Skip to content

Commit

Permalink
Test against php 8.0 (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiy-petrov authored Mar 7, 2022
1 parent 9c9c493 commit ebc071a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [5.4, 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4]
php: [5.4, 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0]

name: League - PHP ${{ matrix.php }} on ${{ matrix.os }}

Expand Down

0 comments on commit ebc071a

Please # to comment.