Skip to content

Commit

Permalink
CI: run Linjux on PHP master, too
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Aug 3, 2024
1 parent 16e0078 commit d1d588a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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", "PHP-8.1", "PHP-8.2", "PHP-8.3"]
version: ["PHP-8.0", "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

0 comments on commit d1d588a

Please sign in to comment.