mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 17:59:22 +02:00
We require PHP 8.1, cause of illuminate/database
This commit is contained in:
parent
e3775fed86
commit
fb0afdcea1
2
.github/workflows/cypress.yml
vendored
2
.github/workflows/cypress.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
php-versions: [ '7.4', '8.0', '8.1' ]
|
php-versions: [ '8.1', '8.2', '8.3' ]
|
||||||
name: MyAAC on PHP ${{ matrix.php-versions }}
|
name: MyAAC on PHP ${{ matrix.php-versions }}
|
||||||
steps:
|
steps:
|
||||||
- name: 📌 MySQL Start & init & show db
|
- name: 📌 MySQL Start & init & show db
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
* @copyright 2019 MyAAC
|
* @copyright 2019 MyAAC
|
||||||
* @link https://my-aac.org
|
* @link https://my-aac.org
|
||||||
*/
|
*/
|
||||||
if (version_compare(phpversion(), '8.0', '<')) die('PHP version 8.0 or higher is required.');
|
if (version_compare(phpversion(), '8.1', '<')) die('PHP version 8.1 or higher is required.');
|
||||||
|
|
||||||
const MYAAC = true;
|
const MYAAC = true;
|
||||||
const MYAAC_VERSION = '1.0-dev';
|
const MYAAC_VERSION = '1.0-dev';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user