Skip to content

Commit c93d7c3

Browse files
authored
Merge pull request #100 from AgencyPMG/ALLI-19935-update-pmg-queue-to-php-8-5
Alli 19935 update pmg queue to php 8 5
2 parents 7dd5f22 + 8f305e3 commit c93d7c3

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/actions/setup-php/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ inputs:
66
php-version:
77
required: false
88
type: string
9-
description: the php version to use, defaults to 8.3
10-
default: '8.3'
9+
description: the php version to use, defaults to 8.4
10+
default: '8.4'
1111

1212
runs:
1313
using: composite

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
strategy:
1414
matrix:
1515
include:
16-
- php-version: 8.3
1716
- php-version: 8.4
17+
- php-version: 8.5
1818

1919

2020
steps:
2121
- name: checkout
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v6
2323
- name: PHP
2424
uses: ./.github/actions/setup-php
2525
with:
@@ -34,12 +34,12 @@ jobs:
3434
strategy:
3535
matrix:
3636
include:
37-
- php-version: 8.3
3837
- php-version: 8.4
38+
- php-version: 8.5
3939

4040
steps:
4141
- name: checkout
42-
uses: actions/checkout@v3
42+
uses: actions/checkout@v6
4343
- name: PHP
4444
uses: ./.github/actions/setup-php
4545
with:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{ "name": "Christopher Davis", "email": "chris@pmg.com" }
77
],
88
"require": {
9-
"php": "^8.3",
9+
"php": "^8.4",
1010
"psr/log": "^1.0 || ^2.0 || ^3.0",
1111
"guzzlehttp/promises": "^2.0.3"
1212

0 commit comments

Comments
 (0)