Skip to content

Commit

Permalink
CI: test on PHP 8.0, 8.1, 8.2, and 8.3
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph M. Becker <[email protected]>
  • Loading branch information
SMillerDev and cmb69 committed Aug 2, 2024
1 parent 9e8a044 commit 7b70bbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
ubuntu:
strategy:
matrix:
version: ["PHP-8.0", "master"]
version: ["PHP-8.0", "PHP-8.1", "PHP-8.2", "PHP-8.3"]
opcache: ["opcache.enable_cli=0", "opcache.enable_cli=1"]
debug: ["enable-debug", "disable-debug"]
runs-on: ubuntu-latest
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Generate Test Coverage
run: lcov -c --directory ./src/.libs --exclude *Zend* --exclude */usr/include* --output-file coverage.info
- name: Coveralls
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: coverage.info
Expand All @@ -59,7 +59,7 @@ jobs:
shell: cmd
strategy:
matrix:
version: ["8.0", "8.1"]
version: ["8.0", "8.1", "8.2", "8.3"]
arch: [x64, x86]
ts: [nts, ts]
runs-on: windows-latest
Expand Down

0 comments on commit 7b70bbf

Please sign in to comment.