Skip to content

Commit

Permalink
fix: update CI settings for latest PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev authored Aug 2, 2024
1 parent 96c497e commit 1e20727
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
ubuntu:
strategy:
matrix:
version: ["PHP-8.1", "PHP-8.2", "master"]
version: ["PHP-8.1", "PHP-8.2", "PHP-8.3", "master"]
opcache: ["opcache.enable_cli=0", "opcache.enable_cli=1"]
debug: ["enable-debug", "disable-debug"]
runs-on: ubuntu-latest
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
shell: cmd
strategy:
matrix:
version: ["8.0", "8.1"]
version: ["8.1", "8.2", "8.3"]
arch: [x64, x86]
ts: [nts, ts]
runs-on: windows-latest
Expand Down

0 comments on commit 1e20727

Please sign in to comment.