feat: upgrade php to 8.3, upgrade deps

This commit is contained in:
2024-02-13 09:19:01 +00:00
parent f0fdf6fb1b
commit 6896fe3f95
2 changed files with 73 additions and 73 deletions

View File

@@ -2,9 +2,9 @@ name: PHP Composer
on:
push:
branches: [ master ]
branches: [master]
pull_request:
branches: [ master ]
branches: [master]
jobs:
build:
@@ -13,9 +13,9 @@ jobs:
strategy:
matrix:
operating-system: ['ubuntu-latest']
php-versions: ['8.1']
phpunit-versions: ['latest']
operating-system: ["ubuntu-latest"]
php-versions: ["8.3"]
phpunit-versions: ["latest"]
steps:
- name: Setup PHP