From 90795b174e56c7c279da01ed53f5296cd2e0fcc1 Mon Sep 17 00:00:00 2001
From: Roel <10514742+rboonzaijer@users.noreply.github.com>
Date: Mon, 15 Jan 2024 14:04:08 +0100
Subject: [PATCH] feat: add support for php 8.3
---
.github/workflows/tests.yml | 6 +++---
README.md | 1 +
tests/phpunit-8.3.xml | 28 ++++++++++++++++++++++++++++
3 files changed, 32 insertions(+), 3 deletions(-)
create mode 100644 tests/phpunit-8.3.xml
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index aace3d6..e38e579 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -5,8 +5,8 @@ on:
pull_request:
workflow_dispatch:
schedule:
- # “At 17:45 on Friday.”
- - cron: '45 17 * * 5'
+ # “At 12:00 on Wednesdays.”
+ - cron: '0 12 * * 3'
jobs:
build:
@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- php-version: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
+ php-version: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
steps:
- uses: actions/checkout@v3
diff --git a/README.md b/README.md
index 6ad7a77..7dc029a 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,7 @@
+