File tree Expand file tree Collapse file tree 2 files changed +15
-6
lines changed
Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 11name : Run tests
22
3- on : [push, pull_request]
3+ on :
4+ workflow_dispatch :
5+ push :
6+ pull_request :
7+ schedule :
8+ # Every Wednesday at 4:00 UTC
9+ - cron : ' 0 4 * * 3'
10+
411
512jobs :
613 test :
@@ -12,14 +19,16 @@ jobs:
1219 env :
1320 MARIADB_ROOT_PASSWORD : root
1421 options : --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3
15- runs-on : ubuntu-latest
22+
23+ runs-on : ubuntu-22.04
24+
1625 steps :
1726 - uses : actions/checkout@v1
1827
19- - name : Use php 7.4
28+ - name : Use php 8.1
2029 uses : shivammathur/setup-php@v2
2130 with :
22- php-version : " 7.4 "
31+ php-version : " 8.1 "
2332
2433 - uses : actions/cache@v3
2534 id : cache-wp-cli
Original file line number Diff line number Diff line change 1010 ],
1111 "require" : {
1212 "composer/installers" : " ^1.0" ,
13- "wp-graphql/wp-graphql" : " 1.26.0 " ,
14- "wpackagist-plugin/polylang" : " 3.1.1 "
13+ "wp-graphql/wp-graphql" : " * " ,
14+ "wpackagist-plugin/polylang" : " * "
1515 },
1616 "extra" : {
1717 "installer-paths" : {
You can’t perform that action at this time.
0 commit comments