Skip to content

Commit

Permalink
adapt GitHub workflow for PHP 8 only #6
Browse files Browse the repository at this point in the history
  • Loading branch information
gregor-j committed Oct 23, 2023
1 parent c7fd6bb commit 3af3768
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ on:
push:
branches:
- "main"
- "6-sapnwrfc2-support"
pull_request:
branches:
- "main"
- "6-sapnwrfc2-support"
permissions:
contents: "read"
jobs:
Expand All @@ -15,8 +17,8 @@ jobs:
strategy:
matrix:
php-version:
- "7.4"
- "8.1"
- "8.2"
env:
CC_TEST_REPORTER_ID: "b55ff60ba178ed6d17d568f49e8c6034e54aee0cfaf765c317a8545aeafe1215"
name: "PHP ${{ matrix.php-version }}"
Expand Down

0 comments on commit 3af3768

Please sign in to comment.