summaryrefslogtreecommitdiffstats
path: root/.github/workflows/phpunit.yml
diff options
context:
space:
mode:
authorhamza221 <hamzamahjoubi221@gmail.com>2023-10-02 12:44:04 +0200
committerhamza221 <hamzamahjoubi221@gmail.com>2023-10-07 21:30:32 +0200
commit91d2cb83f5b64180a99d6c972f429fffb1b23eaa (patch)
treee9bc90acbf7d81a471b37ec8bfb6593445436481 /.github/workflows/phpunit.yml
parent26d9c6ee54318ec2f67160496859f5f19ccd9b12 (diff)
Add support for php8.3
Signed-off-by: hamza221 <hamzamahjoubi221@gmail.com>
Diffstat (limited to '.github/workflows/phpunit.yml')
-rw-r--r--.github/workflows/phpunit.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index 4b7ada07..031b1c10 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -88,10 +88,13 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
- php-versions: ['8.0', '8.1', '8.2']
+ php-versions: ['8.1', '8.2', '8.3']
databases: ['mysql']
server-versions: ['master']
include:
+ - php-versions: '8.0'
+ server-versions: 'master'
+ databases: 'mysql'
- php-versions: '7.4'
server-versions: stable25
databases: 'mysql'