Skip to content

Commit

Permalink
Update pr_tests.yml
Browse files Browse the repository at this point in the history
adding PHP 8.1
  • Loading branch information
mambax7 authored Oct 30, 2023
1 parent 2844df8 commit a8fa00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php_version: ["7.1", "7.4"]
php_version: ["7.1", "7.4", "8.1"]
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit a8fa00c

Please sign in to comment.