Skip to content

Commit

Permalink
Merge pull request #278 from sarjona/php81fix
Browse files Browse the repository at this point in the history
Increase default PHP version to 8.1 for behat GHA
  • Loading branch information
sarjona authored Nov 27, 2023
2 parents e913fa5 + 7412c95 commit 40142ea
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 @@ -132,7 +132,7 @@ jobs:
include:
# PostgreSQL (highest, lowest php supported)
- { branch: master, php: "8.2", database: pgsql, browser: chrome, suite: behat }
- { branch: master, php: "8.0", database: pgsql, browser: firefox, suite: behat }
- { branch: master, php: "8.1", database: pgsql, browser: firefox, suite: behat }
- { branch: MOODLE_403_STABLE, php: "8.2", database: pgsql, browser: chrome, suite: behat }
- { branch: MOODLE_403_STABLE, php: "8.0", database: pgsql, browser: firefox, suite: behat }
- { branch: MOODLE_402_STABLE, php: "8.2", database: pgsql, browser: chrome, suite: behat }
Expand All @@ -148,7 +148,7 @@ jobs:
- { branch: MOODLE_39_STABLE, php: "7.4", database: pgsql, browser: chrome, suite: behat }
- { branch: MOODLE_39_STABLE, php: "7.2", database: pgsql, browser: firefox, suite: behat }
# MariaDB (lowest php supported)
- { branch: master, php: "8.0", database: mariadb, browser: chrome, suite: behat }
- { branch: master, php: "8.1", database: mariadb, browser: chrome, suite: behat }
- { branch: MOODLE_403_STABLE, php: "8.0", database: mariadb, browser: firefox, suite: behat }
- { branch: MOODLE_402_STABLE, php: "8.0", database: mariadb, browser: firefox, suite: behat }
- { branch: MOODLE_401_STABLE, php: "7.4", database: mariadb, browser: chrome, suite: behat }
Expand Down

0 comments on commit 40142ea

Please sign in to comment.