Skip to content

Commit

Permalink
Merge pull request #15 from SimplyEdit/ci/php-8.3
Browse files Browse the repository at this point in the history
Add PHP 8.3 to php-compat.yml check
  • Loading branch information
poef authored Feb 19, 2024
2 parents 8e7a972 + 0d4df3c commit b56e842
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/php-compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
php-compat:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand All @@ -22,9 +22,10 @@ jobs:
- '8.0'
- '8.1'
- '8.2'
- '8.3'
steps:
- uses: actions/checkout@v3
- uses: pipeline-components/php-codesniffer@v0.28.1
- uses: actions/checkout@v4
- uses: pipeline-components/php-codesniffer@master
with:
options: "-s --extensions=php --standard=PHPCompatibility --runtime-set testVersion ${{ matrix.version }}"

0 comments on commit b56e842

Please sign in to comment.