Skip to content

Commit ef3ee17

Browse files
Merge pull request #35 from timothepearce/upgrade-to-php-8.1
Update to php 8.1
2 parents 067d9b0 + 2d7e152 commit ef3ee17

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/psalm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup PHP
1717
uses: shivammathur/setup-php@v2
1818
with:
19-
php-version: '8.0'
19+
php-version: '8.1'
2020
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick
2121
coverage: none
2222

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ ubuntu-latest ]
16-
php: [ 8.0 ]
16+
php: [ 8.1 ]
1717
laravel: [ 9.* ]
1818
stability: [ prefer-stable ]
1919
include:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
],
2525
"require": {
26-
"php": "^8.0"
26+
"php": "^8.1"
2727
},
2828
"require-dev": {
2929
"brianium/paratest": "^6.11",

0 commit comments

Comments
 (0)