Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
myrotvorets-team committed Dec 21, 2023
1 parent f6ffe10 commit 5bd200a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 16 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
- { wp: nightly, ms: 'no', php: '8.2', phpunit: 9 }
- { wp: latest, ms: 'yes', php: '8.2', phpunit: 9 }
- { wp: nightly, ms: 'yes', php: '8.2', phpunit: 9 }
- { wp: latest, ms: 'no', php: '8.3', phpunit: 9 }
- { wp: nightly, ms: 'no', php: '8.3', phpunit: 9 }
- { wp: latest, ms: 'yes', php: '8.3', phpunit: 9 }
- { wp: nightly, ms: 'yes', php: '8.3', phpunit: 9 }
services:
mysql:
image: mariadb:latest@sha256:9da6213d1a5714c4585c9c0003c51510b320d6f60e53d78701fe1e194126249f
Expand Down
30 changes: 15 additions & 15 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion psalm.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<psalm
errorLevel="1"
resolveFromConfigFile="true"
phpVersion="7.4"
phpVersion="8.1"
findUnusedPsalmSuppress="true"
findUnusedBaselineEntry="true"
findUnusedCode="true"
Expand Down

0 comments on commit 5bd200a

Please sign in to comment.