Skip to content

Commit 264e639

Browse files
authored
v3.x: chore(ci): Update CI workflow (#13)
1 parent 891a480 commit 264e639

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
php-versions: ['7.3', '7.4', '8']
15+
php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2']
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818

1919
- name: Setup PHP ${{ matrix.php-versions }}
2020
uses: shivammathur/setup-php@v2
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Cache Composer packages
2727
id: composer-cache
28-
uses: actions/cache@v2
28+
uses: actions/cache@v3
2929
with:
3030
path: vendor
3131
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 - 2022 Fabian Meyer
3+
Copyright (c) 2018 - 2023 Fabian Meyer
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ composer require --dev meyfa/phpunit-assert-gd
1919
**Compatibility table**
2020

2121
| AssertGD version | Supported PHP version | Supported PHPUnit version |
22-
| :--------------- | :-------------------- | :------------------------ |
22+
| :--------------- |:----------------------| :------------------------ |
23+
| 4.* | >= 8.1 | 10.1 |
2324
| 3.* | >= 7.3 | 9 |
2425
| 2.* | >= 7.2 | 8 |
25-
| 1.* | >= 5.3.3 | 4.8.36 - 6.5.0 |
26+
| 1.* | 5.3.3 - 8.0 | 4.8.36 - 6.5.0 |
2627

2728
## Examples
2829

0 commit comments

Comments
 (0)